* [PATCH iproute2 v3] add 'vti'/'vti6' tunnel modes to ip-tunnel manual page
@ 2015-08-29 18:36 Konstantin Shemyak
0 siblings, 0 replies; 2+ messages in thread
From: Konstantin Shemyak @ 2015-08-29 18:36 UTC (permalink / raw)
To: netdev; +Cc: Stephen Hemminger
* "vti" and "vti6" tunnel modes added to ip-tunnel.8 manual page
* Added "hoplimit" terminology for IPv6
* Corrected usage line
* Minor language fix
---
man/man8/ip-tunnel.8 | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/man/man8/ip-tunnel.8 b/man/man8/ip-tunnel.8
index c97c28c..8b746cb 100644
--- a/man/man8/ip-tunnel.8
+++ b/man/man8/ip-tunnel.8
@@ -6,14 +6,12 @@ ip-tunnel - tunnel configuration
.ad l
.in +8
.ti -8
-.B ip
-.RI "[ " OPTIONS " ]"
-.B tunnel
-.RI " { " COMMAND " | "
-.BR help " }"
+.B ip tunnel help
.sp
.ti -8
-.BR "ip tunnel" " { " add " | " change " | " del " | " show " | " prl " }"
+.BR "ip "
+.RI "[ " OPTIONS " ]"
+.BR "tunnel" " { " add " | " change " | " del " | " show " | " prl " }"
.RI "[ " NAME " ]"
.br
.RB "[ " mode
@@ -29,7 +27,7 @@ ip-tunnel - tunnel configuration
.br
.RB "[ " encaplimit
.IR ELIM " ]"
-.RB "[ " ttl
+.RB "[ " ttl "|" hoplimit
.IR TTL " ]"
.br
.RB "[ " tos
@@ -50,7 +48,7 @@ ip-tunnel - tunnel configuration
.ti -8
.IR MODE " := "
-.RB " { " ipip " | " gre " | " sit " | " isatap " | " ip6ip6 " | " ipip6 " | " ip6gre " | " any " }"
+.RB " { " ipip " | " gre " | " sit " | " isatap " | " vti " | " ip6ip6 " | " ipip6 " | " ip6gre " | " vti6 " | " any " }"
.ti -8
.IR ADDR " := { " IP_ADDRESS " |"
@@ -107,10 +105,10 @@ select the tunnel device name.
set the tunnel mode. Available modes depend on the encapsulating address family.
.br
Modes for IPv4 encapsulation available:
-.BR ipip ", " sit ", " isatap " and " gre "."
+.BR ipip ", " sit ", " isatap ", " vti ", and " gre "."
.br
Modes for IPv6 encapsulation available:
-.BR ip6ip6 ", " ipip6 ", " ip6gre ", and " any "."
+.BR ip6ip6 ", " ipip6 ", " ip6gre ", " vti6 ", and " any "."
.TP
.BI remote " ADDRESS"
@@ -123,7 +121,9 @@ It must be an address on another interface of this host.
.TP
.BI ttl " N"
-set a fixed TTL
+.TP
+.BI hoplimit " N"
+set a fixed TTL (IPv4) or hoplimit (IPv6)
.I N
on tunneled packets.
.I N
@@ -218,7 +218,7 @@ The
.B seq
flag is equivalent to the combination
.BR "iseq oseq" .
-.B It isn't work. Don't use it.
+.B It doesn't work. Don't use it.
.TP
.BI encaplim " ELIM"
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH iproute2 v3] add 'vti'/'vti6' tunnel modes to ip-tunnel manual page
[not found] <d1bff31765e84932b3b327fdeddc4c71@HQ1WP-EXMB11.corp.brocade.com>
@ 2015-08-31 23:29 ` Stephen Hemminger
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2015-08-31 23:29 UTC (permalink / raw)
To: Konstantin Shemyak; +Cc: netdev@vger.kernel.org
On Sat, 29 Aug 2015 18:36:32 +0000
Konstantin Shemyak <konstantin@shemyak.com> wrote:
> * "vti" and "vti6" tunnel modes added to ip-tunnel.8 manual page
> * Added "hoplimit" terminology for IPv6
> * Corrected usage line
> * Minor language fix
> ---
> man/man8/ip-tunnel.8 | 24 ++++++++++++------------
> 1 file changed, 12 insertions(+), 12 deletions(-)
Applied, thanks
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-08-31 23:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <d1bff31765e84932b3b327fdeddc4c71@HQ1WP-EXMB11.corp.brocade.com>
2015-08-31 23:29 ` [PATCH iproute2 v3] add 'vti'/'vti6' tunnel modes to ip-tunnel manual page Stephen Hemminger
2015-08-29 18:36 Konstantin Shemyak
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).