Signed-off-by: Simon Horman <simon.hor...@netronome.com> --- man/man8/ip-link.8.in | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in index 375b4d081408..822cf1bbd5f1 100644 --- a/man/man8/ip-link.8.in +++ b/man/man8/ip-link.8.in @@ -605,6 +605,8 @@ the following additional arguments are supported: .I " [no]encap-csum " ] [ .I " [no]encap-remcsum " +] [ +.I " mode " { ip6ip | ipip | any } " ] .in +8 @@ -641,6 +643,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 -- 2.7.0.rc3.207.g0ac5344