From: Iskren Chernev Date: Wed, 31 Aug 2016 00:08:54 +0000 (-0700) Subject: iproute: fix documentation for ip rule scan order X-Git-Tag: v4.8.0~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a564d914d8a4e8d5a4b0f0c00aa44813ba62db4;p=thirdparty%2Fiproute2.git iproute: fix documentation for ip rule scan order --- diff --git a/man/man8/ip-rule.8 b/man/man8/ip-rule.8 index 1774ae3ee..3508d8090 100644 --- a/man/man8/ip-rule.8 +++ b/man/man8/ip-rule.8 @@ -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.