[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1497058292-10099-2-git-send-email-kjlx@templeofstupid.com>
Date: Fri, 9 Jun 2017 18:31:30 -0700
From: Krister Johansen <kjlx@...pleofstupid.com>
To: stephen@...workplumber.org
Cc: netdev@...r.kernel.org, simon.horman@...ronome.com,
dsahern@...il.com, Krister Johansen <kjlx@...pleofstupid.com>
Subject: [PATCH iproute/master 1/3] iptunnel: document mode parameter for sit tunnels
Original-Author: Simon Horman <simon.horman@...ronome.com>
Signed-off-by: Krister Johansen <kjlx@...pleofstupid.com>
---
man/man8/ip-link.8.in | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in
index 5d73538..3cc2f5d 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
--
2.7.4
Powered by blists - more mailing lists