Minor man page update
This commit is contained in:
parent
47836e1908
commit
890fe64ee3
|
|
@ -1,3 +1,7 @@
|
||||||
|
2006-01-03 Alpt <alpt@freaknet.org>
|
||||||
|
|
||||||
|
* Ip man page addition
|
||||||
|
|
||||||
2006-01-03 Jamal Hadi Salim <hadi@znyx.com>
|
2006-01-03 Jamal Hadi Salim <hadi@znyx.com>
|
||||||
|
|
||||||
* Documentation for ifb
|
* Documentation for ifb
|
||||||
|
|
|
||||||
|
|
@ -211,7 +211,7 @@ throw " | " unreachable " | " prohibit " | " blackhole " | " nat " ]"
|
||||||
|
|
||||||
.ti -8
|
.ti -8
|
||||||
.B ip rule
|
.B ip rule
|
||||||
.RB " [ " list " | " add " | " del " ]"
|
.RB " [ " list " | " add " | " del " | " flush " ]"
|
||||||
.I SELECTOR ACTION
|
.I SELECTOR ACTION
|
||||||
|
|
||||||
.ti -8
|
.ti -8
|
||||||
|
|
@ -1574,6 +1574,9 @@ immediately. It is assumed that after a script finishes a batch of
|
||||||
updates, it flushes the routing cache with
|
updates, it flushes the routing cache with
|
||||||
.BR "ip route flush cache" .
|
.BR "ip route flush cache" .
|
||||||
|
|
||||||
|
.SS ip rule flush - also dumps all the deleted rules.
|
||||||
|
This command has no arguments.
|
||||||
|
|
||||||
.SS ip rule show - list rules
|
.SS ip rule show - list rules
|
||||||
This command has no arguments.
|
This command has no arguments.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue