man: ip-tunnel.8: Document missing 6rd action
Also drop the non-terminal 'TIME' description as it is not referenced anywhere. Signed-off-by: Phil Sutter <phil@nwl.cc>
This commit is contained in:
parent
16a124ea2d
commit
5d8cb0900e
|
|
@ -11,7 +11,7 @@ ip-tunnel - tunnel configuration
|
||||||
.ti -8
|
.ti -8
|
||||||
.BR "ip "
|
.BR "ip "
|
||||||
.RI "[ " OPTIONS " ]"
|
.RI "[ " OPTIONS " ]"
|
||||||
.BR "tunnel" " { " add " | " change " | " del " | " show " | " prl " }"
|
.BR "tunnel" " { " add " | " change " | " del " | " show " | " prl " | " 6rd " }"
|
||||||
.RI "[ " NAME " ]"
|
.RI "[ " NAME " ]"
|
||||||
.br
|
.br
|
||||||
.RB "[ " mode
|
.RB "[ " mode
|
||||||
|
|
@ -42,6 +42,12 @@ ip-tunnel - tunnel configuration
|
||||||
.B prl-delete
|
.B prl-delete
|
||||||
.IR ADDR " ]"
|
.IR ADDR " ]"
|
||||||
.br
|
.br
|
||||||
|
.RB "[ " 6rd-prefix
|
||||||
|
.IR ADDR " ] ["
|
||||||
|
.B 6rd-relay_prefix
|
||||||
|
.IR ADDR " ] [
|
||||||
|
.BR 6rd-reset " ]"
|
||||||
|
.br
|
||||||
.RB "[ [" no "]" pmtudisc " ]"
|
.RB "[ [" no "]" pmtudisc " ]"
|
||||||
.RB "[ " dev
|
.RB "[ " dev
|
||||||
.IR PHYS_DEV " ]"
|
.IR PHYS_DEV " ]"
|
||||||
|
|
@ -75,9 +81,6 @@ ip-tunnel - tunnel configuration
|
||||||
.ti -8
|
.ti -8
|
||||||
.IR KEY " := { " DOTTED_QUAD " | " NUMBER " }"
|
.IR KEY " := { " DOTTED_QUAD " | " NUMBER " }"
|
||||||
|
|
||||||
.ti -8
|
|
||||||
.IR TIME " := " NUMBER "[s|ms]"
|
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B tunnel
|
.B tunnel
|
||||||
objects are tunnels, encapsulating packets in IP packets and then
|
objects are tunnels, encapsulating packets in IP packets and then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue