@@ -253,6 +253,8 @@ throw " | " unreachable " | " prohibit " | " blackhole " | " nat " ]"
.IR K "/" N " ] "
.BR mode " [ "
.BR inline " | " encap " | " auto " ] ["
+.B tunsrc
+.IR ADDRESS " ] ["
.B tundst
.IR ADDRESS " ] "
.B trace
@@ -1037,6 +1039,12 @@ divisible by 8. This attribute can be used only with NEXT-C-SID flavor.
packets.
.sp
+.B tunsrc
+.I ADDRESS
+- IPv6 address of the tunnel source (outer header), not used with inline mode.
+It is optional: if not provided, the tunnel source address is chosen
+automatically.
+
.B tundst
.I ADDRESS
- IPv6 address of the tunnel destination (outer header), not used with inline
Include "tunsrc" in the man page. Signed-off-by: Justin Iurman <justin.iurman@uliege.be> --- man/man8/ip-route.8.in | 8 ++++++++ 1 file changed, 8 insertions(+)