[PATCH iproute2 net-next 2/2] iproute2: ip-route.8.in: Add expires option for ip route
From: Hangbin Liu <hidden>
Date: 2015-12-25 03:12:31
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Hangbin Liu <hidden>
Date: 2015-12-25 03:12:31
Subsystem:
the rest · Maintainer:
Linus Torvalds
Signed-off-by: Hangbin Liu <redacted> --- man/man8/ip-route.8.in | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/man/man8/ip-route.8.in b/man/man8/ip-route.8.in
index 5b45bc2..c5494f8 100644
--- a/man/man8/ip-route.8.in
+++ b/man/man8/ip-route.8.in@@ -130,7 +130,9 @@ replace " } " .B congctl .IR NAME " ] [ " .B pref -.IR PREF " ]" +.IR PREF " ] [ " +.B expires +.IR TIME " ]" .ti -8 .IR TYPE " := [ "
@@ -593,6 +595,12 @@ Discovery messages. Namely: .RE .TP +.BI expires " TIME " "(4.4+ only)" +the route will be deleted after the expires time. +.B Only +support IPv6 at present. + +.TP ip route delete delete route .RS
--
2.4.3