[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20190930211137.337516-1-damien.olivier.robert+git@gmail.com>
Date: Mon, 30 Sep 2019 23:11:37 +0200
From: Damien Robert <damien.olivier.robert@...il.com>
To: stephen@...workplumber.org
Cc: Damien Robert <damien.olivier.robert+git@...il.com>,
netdev@...r.kernel.org
Subject: [PATCH 1/1] 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 <damien.olivier.robert+git@...il.com>
---
Apologies if this is the wrong way to send patches for iproute2.
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
--
Patched on top of v5.3.0-35-g0d82ee99 (git version 2.23.0)
Powered by blists - more mailing lists