man: add reference to ip route add encap ... src

The ability to specify the source adresse for 'encap ip' / 'encap ip6'
was added in commit 94a8722f2f 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>
This commit is contained in:
Damien Robert 2019-09-30 23:11:37 +02:00 committed by Stephen Hemminger
parent 2d0445c67b
commit 7c503d88d2

View 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