From 7c503d88d29e8ce87c4a67f82c0c0c2d7f9eef03 Mon Sep 17 00:00:00 2001 From: Damien Robert Date: Mon, 30 Sep 2019 23:11:37 +0200 Subject: [PATCH] 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 94a8722f2f78f04c47678cf864ac234a38366709 but the man page was not updated. Also fixes a missing page in ip-route.8.in. Signed-off-by: Damien Robert Signed-off-by: Stephen Hemminger --- man/man8/ip-route.8.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/man/man8/ip-route.8.in b/man/man8/ip-route.8.in index a61b263e..34763cc3 100644 --- a/man/man8/ip-route.8.in +++ b/man/man8/ip-route.8.in @@ -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