]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
ip/tunnel: Document "external" parameter
authorSerhey Popovych <serhe.popovych@gmail.com>
Thu, 28 Dec 2017 11:11:42 +0000 (13:11 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Thu, 28 Dec 2017 17:40:02 +0000 (09:40 -0800)
Add it to ip-link(8) "type gre" output help message
as well as to ip-link(8) page.

Signed-off-by: Serhey Popovych <serhe.popovych@gmail.com>
ip/link_gre.c
man/man8/ip-link.8.in

index 896bb19ab4711e839611e9db0d7f6086db290b10..3c0b6d678afcfc950839e12f7defe5b45dd10f88 100644 (file)
@@ -43,6 +43,7 @@ static void print_usage(FILE *f)
                "                            [ [no]encap-csum ]\n"
                "                            [ [no]encap-csum6 ]\n"
                "                            [ [no]encap-remcsum ]\n"
+               "                            [ external ]\n"
                "                            [ fwmark MARK ]\n"
                "                            [ erspan IDX ]\n"
                "\n"
index 94ecbeced7145ae1fa5e0f147815383cb27b34f8..9ddf0ffbdbe51cd82bf582f848de2d1da36c3393 100644 (file)
@@ -698,6 +698,8 @@ the following additional arguments are supported:
 .I " mode " { ip6ip | ipip | mplsip | any } "
 ] [
 .BR erspan " \fIIDX "
+] [
+.BR external
 ]
 
 .in +8
@@ -749,6 +751,11 @@ IPv6-Over-IPv4 is not supported for IPIP.
 indicates a 20 bit index/port number associated with the ERSPAN
 traffic's source port and direction.
 
+.sp
+.BR external
+- make this tunnel externally controlled
+.RB "(e.g. " "ip route encap" ).
+
 .in -8
 
 .TP