|
|
049c96 |
From 8d15023372324cddbb517976e57a7cee76ab9bbb Mon Sep 17 00:00:00 2001
|
|
|
049c96 |
From: Phil Sutter <psutter@redhat.com>
|
|
|
049c96 |
Date: Tue, 2 Aug 2016 18:08:20 +0200
|
|
|
049c96 |
Subject: [PATCH] doc, man: ip-rule: Remove incorrect statement about rule 0
|
|
|
049c96 |
|
|
|
049c96 |
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1362561
|
|
|
049c96 |
Upstream Status: iproute2.git commit 0ce05841d58b4
|
|
|
049c96 |
|
|
|
049c96 |
commit 0ce05841d58b42ef39ce7144dc31e77970e5d2e0
|
|
|
049c96 |
Author: Phil Sutter <phil@nwl.cc>
|
|
|
049c96 |
Date: Fri Mar 4 12:52:41 2016 +0100
|
|
|
049c96 |
|
|
|
049c96 |
doc, man: ip-rule: Remove incorrect statement about rule 0
|
|
|
049c96 |
|
|
|
049c96 |
The documentation is wrong here: it is indeed possible to remove policy
|
|
|
049c96 |
rule 0 and recreate it afterwards. Therefore remove these statements.
|
|
|
049c96 |
|
|
|
049c96 |
Signed-off-by: Phil Sutter <phil@nwl.cc>
|
|
|
049c96 |
---
|
|
|
049c96 |
doc/ip-cref.tex | 3 ---
|
|
|
049c96 |
man/man8/ip-rule.8 | 2 --
|
|
|
049c96 |
2 files changed, 5 deletions(-)
|
|
|
049c96 |
|
|
|
049c96 |
diff --git a/doc/ip-cref.tex b/doc/ip-cref.tex
|
|
|
049c96 |
index d8fed66..bdd3010 100644
|
|
|
049c96 |
--- a/doc/ip-cref.tex
|
|
|
049c96 |
+++ b/doc/ip-cref.tex
|
|
|
049c96 |
@@ -2003,9 +2003,6 @@ table \verb|local| (ID 255).
|
|
|
049c96 |
The \verb|local| table is a special routing table containing
|
|
|
049c96 |
high priority control routes for local and broadcast addresses.
|
|
|
049c96 |
|
|
|
049c96 |
-Rule 0 is special. It cannot be deleted or overridden.
|
|
|
049c96 |
-
|
|
|
049c96 |
-
|
|
|
049c96 |
\item Priority: 32766, Selector: match anything, Action: lookup routing
|
|
|
049c96 |
table \verb|main| (ID 254).
|
|
|
049c96 |
The \verb|main| table is the normal routing table containing all non-policy
|
|
|
049c96 |
diff --git a/man/man8/ip-rule.8 b/man/man8/ip-rule.8
|
|
|
049c96 |
index 0661061..5274ef0 100644
|
|
|
049c96 |
--- a/man/man8/ip-rule.8
|
|
|
049c96 |
+++ b/man/man8/ip-rule.8
|
|
|
049c96 |
@@ -111,8 +111,6 @@ The
|
|
|
049c96 |
.B local
|
|
|
049c96 |
table is a special routing table containing
|
|
|
049c96 |
high priority control routes for local and broadcast addresses.
|
|
|
049c96 |
-.sp
|
|
|
049c96 |
-Rule 0 is special. It cannot be deleted or overridden.
|
|
|
049c96 |
|
|
|
049c96 |
.TP
|
|
|
049c96 |
2.
|
|
|
049c96 |
--
|
|
|
049c96 |
1.8.3.1
|
|
|
049c96 |
|