iproute2: add synonyms for ip rule options to ip(8) manpage.
commit 355e1438f73602fbac029d28891dfa889471b679
Author: Andreas Henriksson <andreas@fatal.se>
Date: Wed Jan 2 23:21:59 2008 +0100
Add synonyms for ip rule options to ip(8) manpage.
See:
http://bugs.debian.org/433507
http://bugs.debian.org/213673
Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
This commit is contained in:
parent
ed6a021a92
commit
21561e71d3
|
|
@ -1568,10 +1568,12 @@ the priority of this rule. Each rule should have an explicitly
|
||||||
set
|
set
|
||||||
.I unique
|
.I unique
|
||||||
priority value.
|
priority value.
|
||||||
|
The options preference and order are synonyms with priority.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.BI table " TABLEID"
|
.BI table " TABLEID"
|
||||||
the routing table identifier to lookup if the rule selector matches.
|
the routing table identifier to lookup if the rule selector matches.
|
||||||
|
It is also possible to use lookup instead of table.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.BI realms " FROM/TO"
|
.BI realms " FROM/TO"
|
||||||
|
|
@ -1589,6 +1591,7 @@ may be either the start of the block of NAT addresses (selected by NAT
|
||||||
routes) or a local host address (or even zero).
|
routes) or a local host address (or even zero).
|
||||||
In the last case the router does not translate the packets, but
|
In the last case the router does not translate the packets, but
|
||||||
masquerades them to this address.
|
masquerades them to this address.
|
||||||
|
Using map-to instead of nat means the same thing.
|
||||||
|
|
||||||
.B Warning:
|
.B Warning:
|
||||||
Changes to the RPDB made with these commands do not become active
|
Changes to the RPDB made with these commands do not become active
|
||||||
|
|
@ -1601,6 +1604,7 @@ 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.
|
||||||
|
The options list or lst are synonyms with show.
|
||||||
|
|
||||||
.SH ip maddress - multicast addresses management
|
.SH ip maddress - multicast addresses management
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue