Commit 3fbe7ca8 authored by Hangbin Liu's avatar Hangbin Liu Committed by Stephen Hemminger

iproute2: ip-route.8.in: Add expires option for ip route

Signed-off-by: default avatarHangbin Liu <liuhangbin@gmail.com>
parent 966fe23a
...@@ -132,7 +132,9 @@ replace " } " ...@@ -132,7 +132,9 @@ replace " } "
.B congctl .B congctl
.IR NAME " ] [ " .IR NAME " ] [ "
.B pref .B pref
.IR PREF " ]" .IR PREF " ] [ "
.B expires
.IR TIME " ]"
.ti -8 .ti -8
.IR TYPE " := [ " .IR TYPE " := [ "
...@@ -656,6 +658,12 @@ is a set of encapsulation attributes specific to the ...@@ -656,6 +658,12 @@ is a set of encapsulation attributes specific to the
.in -8 .in -8
.RE .RE
.TP
.BI expires " TIME " "(4.4+ only)"
the route will be deleted after the expires time.
.B Only
support IPv6 at present.
.TP .TP
ip route delete ip route delete
delete route delete route
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment