]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
iproute: fix documentation for ip rule scan order
authorIskren Chernev <iskren@imo.im>
Wed, 31 Aug 2016 00:08:54 +0000 (17:08 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Thu, 1 Sep 2016 15:41:37 +0000 (08:41 -0700)
man/man8/ip-rule.8

index 1774ae3ee1fbbc9eb5924b948d6703d0123eebef..3508d8090fd2cb17419e481de461e41cb9ab4b81 100644 (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.