iptunnel: document mode parameter for sit tunnels
Original-Author: Simon Horman <simon.horman@netronome.com> Signed-off-by: Krister Johansen <kjlx@templeofstupid.com>
This commit is contained in:
parent
2ce280de9f
commit
7baca946c4
|
|
@ -660,7 +660,9 @@ the following additional arguments are supported:
|
||||||
] [
|
] [
|
||||||
.RB [ no ] encap-csum
|
.RB [ no ] encap-csum
|
||||||
] [
|
] [
|
||||||
.RB [ no ] encap-remcsum
|
.I " [no]encap-remcsum "
|
||||||
|
] [
|
||||||
|
.I " mode " { ip6ip | ipip | any } "
|
||||||
]
|
]
|
||||||
|
|
||||||
.in +8
|
.in +8
|
||||||
|
|
@ -697,6 +699,12 @@ encapsulation.
|
||||||
- specifies if Remote Checksum Offload is enabled. This is only
|
- specifies if Remote Checksum Offload is enabled. This is only
|
||||||
applicable for Generic UDP Encapsulation.
|
applicable for Generic UDP Encapsulation.
|
||||||
|
|
||||||
|
.sp
|
||||||
|
.BI mode " { ip6ip | ipip | any } "
|
||||||
|
- specifies mode in which device should run. "ip6ip" indicates
|
||||||
|
IPv6-Over-IPv4, "ipip" indicates "IPv4-Over-IPv4", "any" indicates either
|
||||||
|
IPv6 or IPv4 Over IPv4. Only supported for SIT where the default is "ip6ip".
|
||||||
|
|
||||||
.in -8
|
.in -8
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue