mirror of
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
synced 2024-11-15 22:15:13 +08:00
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:
parent
2d0445c67b
commit
7c503d88d2
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user