iproute: fix documentation for ip rule scan order

This commit is contained in:
Iskren Chernev 2016-08-30 17:08:54 -07:00 committed by Stephen Hemminger
parent 67a990b811
commit 4a564d914d
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ Each policy routing rule consists of a
.B selector
and an
.B action predicate.
The RPDB is scanned in order of decreasing priority. The selector
The RPDB is scanned in order of increasing priority. The selector
of each rule is applied to {source address, destination address, incoming
interface, tos, fwmark} and, if the selector matches the packet,
the action is performed. The action predicate may return with success.