Blame SOURCES/iproute2-3.10.0-ip-rule.patch
|
|
a4b897 |
diff --git a/man/man8/ip-rule.8 b/man/man8/ip-rule.8
|
|
|
a4b897 |
index dd925be..0c45a6f 100644
|
|
|
a4b897 |
--- a/man/man8/ip-rule.8
|
|
|
a4b897 |
+++ b/man/man8/ip-rule.8
|
|
|
a4b897 |
@@ -108,8 +108,6 @@ The
|
|
|
a4b897 |
.B local
|
|
|
a4b897 |
table is a special routing table containing
|
|
|
a4b897 |
high priority control routes for local and broadcast addresses.
|
|
|
a4b897 |
-.sp
|
|
|
a4b897 |
-Rule 0 is special. It cannot be deleted or overridden.
|
|
|
a4b897 |
|
|
|
a4b897 |
.TP
|
|
|
a4b897 |
2.
|
|
|
a4b897 |
--- iproute2-3.10.0/man/man8/ip-rule.8.orig 2015-07-08 18:04:55.918190531 +0200
|
|
|
a4b897 |
+++ iproute2-3.10.0/man/man8/ip-rule.8 2015-07-08 18:05:46.778190024 +0200
|
|
|
a4b897 |
@@ -41,7 +41,7 @@
|
|
|
a4b897 |
.IR TABLE_ID " ] [ "
|
|
|
a4b897 |
.B nat
|
|
|
a4b897 |
.IR ADDRESS " ] [ "
|
|
|
a4b897 |
-.BR prohibit " | " reject " | " unreachable " ] [ " realms
|
|
|
a4b897 |
+.BR prohibit " | " unreachable " ] [ " realms
|
|
|
a4b897 |
.RI "[" SRCREALM "/]" DSTREALM " ]"
|
|
|
a4b897 |
|
|
|
a4b897 |
.ti -8
|
|
|
a4b897 |
--- iproute2-3.10.0/ip/iprule.c.orig 2015-07-08 18:07:17.018189125 +0200
|
|
|
a4b897 |
+++ iproute2-3.10.0/ip/iprule.c 2015-07-08 18:07:32.448188972 +0200
|
|
|
a4b897 |
@@ -36,7 +36,7 @@
|
|
|
a4b897 |
fprintf(stderr, "SELECTOR := [ not ] [ from PREFIX ] [ to PREFIX ] [ tos TOS ] [ fwmark FWMARK[/MASK] ]\n");
|
|
|
a4b897 |
fprintf(stderr, " [ iif STRING ] [ oif STRING ] [ pref NUMBER ]\n");
|
|
|
a4b897 |
fprintf(stderr, "ACTION := [ table TABLE_ID ]\n");
|
|
|
a4b897 |
- fprintf(stderr, " [ prohibit | reject | unreachable ]\n");
|
|
|
a4b897 |
+ fprintf(stderr, " [ prohibit | unreachable ]\n");
|
|
|
a4b897 |
fprintf(stderr, " [ realms [SRCREALM/]DSTREALM ]\n");
|
|
|
a4b897 |
fprintf(stderr, " [ goto NUMBER ]\n");
|
|
|
a4b897 |
fprintf(stderr, "TABLE_ID := [ local | main | default | NUMBER ]\n");
|