]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
man: add reference to `ip route add encap ... src`
authorDamien Robert <damien.olivier.robert@gmail.com>
Mon, 30 Sep 2019 21:11:37 +0000 (23:11 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 9 Oct 2019 03:18:15 +0000 (20:18 -0700)
The ability to specify the source adresse for 'encap ip' / 'encap ip6'
was added in commit 94a8722f2f78f04c47678cf864ac234a38366709 but the man
page was not updated.

Also fixes a missing page in ip-route.8.in.

Signed-off-by: Damien Robert <damien.olivier.robert+git@gmail.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
man/man8/ip-route.8.in

index a61b263e75e847dd04211243180e43ff66986646..34763cc3aa4fe319fce96b27f24b033409b79e08 100644 (file)
@@ -206,6 +206,8 @@ throw " | " unreachable " | " prohibit " | " blackhole " | " nat " ]"
 .IR TUNNEL_ID
 .B  dst
 .IR REMOTE_IP " [ "
+.B src
+.IR SRC " ] ["
 .B tos
 .IR TOS " ] ["
 .B  ttl
@@ -740,11 +742,13 @@ is a set of encapsulation attributes specific to the
 .I TUNNEL_ID
 .B  dst
 .IR REMOTE_IP " [ "
+.B src
+.IR SRC " ] ["
 .B tos
 .IR TOS " ] ["
 .B  ttl
 .IR TTL " ] [ "
-.BR key " ] [" csum " ] [ " seq " ] "
+.BR key " ] [ " csum " ] [ " seq " ] "
 .in -2
 .sp