File iproute-fix-documentation-for-ip-rule-scan-order.patch of Package iproute2.7171
From: Iskren Chernev <iskren@imo.im>
Date: Tue, 30 Aug 2016 17:08:54 -0700
Subject: iproute: fix documentation for ip rule scan order
Patch-mainline: v4.8.0
Git-commit: 4a564d914d8a4e8d5a4b0f0c00aa44813ba62db4
References: bsc#990635
Acked-by: Michal Kubecek <mkubecek@suse.cz>
---
man/man8/ip-rule.8 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/man8/ip-rule.8 b/man/man8/ip-rule.8
index b7008c6ab13d..2c1e8260ab5a 100644
--- a/man/man8/ip-rule.8
+++ b/man/man8/ip-rule.8
@@ -86,7 +86,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.
--
2.13.2