From: Serhey Popovych Date: Thu, 28 Dec 2017 11:11:42 +0000 (+0200) Subject: ip/tunnel: Document "external" parameter X-Git-Tag: v4.15.0~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b760a8823a297a5dc9a9170e637b826dca9c4545;p=thirdparty%2Fiproute2.git ip/tunnel: Document "external" parameter Add it to ip-link(8) "type gre" output help message as well as to ip-link(8) page. Signed-off-by: Serhey Popovych --- diff --git a/ip/link_gre.c b/ip/link_gre.c index 896bb19ab..3c0b6d678 100644 --- a/ip/link_gre.c +++ b/ip/link_gre.c @@ -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" diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in index 94ecbeced..9ddf0ffbd 100644 --- a/man/man8/ip-link.8.in +++ b/man/man8/ip-link.8.in @@ -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