From: Krister Johansen Date: Sat, 10 Jun 2017 01:31:30 +0000 (-0700) Subject: iptunnel: document mode parameter for sit tunnels X-Git-Tag: v4.12.0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7baca946c416b997e1afacd0bd02faf148786970;p=thirdparty%2Fiproute2.git iptunnel: document mode parameter for sit tunnels Original-Author: Simon Horman Signed-off-by: Krister Johansen --- diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in index 5d73538b7..3cc2f5dcd 100644 --- a/man/man8/ip-link.8.in +++ b/man/man8/ip-link.8.in @@ -660,7 +660,9 @@ the following additional arguments are supported: ] [ .RB [ no ] encap-csum ] [ -.RB [ no ] encap-remcsum +.I " [no]encap-remcsum " +] [ +.I " mode " { ip6ip | ipip | any } " ] .in +8 @@ -697,6 +699,12 @@ encapsulation. - specifies if Remote Checksum Offload is enabled. This is only 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 .TP