mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-12-07 17:29:19 +00:00
ip-rule: neither prohibit nor reject or unreachable flags exist
This has been inconsistent since the beginning of Git and seems to be merely a documentation leftover, therefore just remove it from help output and man page. Signed-off-by: Phil Sutter <phil@nwl.cc>
This commit is contained in:
parent
f73105ab42
commit
ccaf6eb5cc
@ -36,7 +36,6 @@ static void usage(void)
|
||||
fprintf(stderr, "SELECTOR := [ not ] [ from PREFIX ] [ to PREFIX ] [ tos TOS ] [ fwmark FWMARK[/MASK] ]\n");
|
||||
fprintf(stderr, " [ iif STRING ] [ oif STRING ] [ pref NUMBER ]\n");
|
||||
fprintf(stderr, "ACTION := [ table TABLE_ID ]\n");
|
||||
fprintf(stderr, " [ prohibit | reject | unreachable ]\n");
|
||||
fprintf(stderr, " [ realms [SRCREALM/]DSTREALM ]\n");
|
||||
fprintf(stderr, " [ goto NUMBER ]\n");
|
||||
fprintf(stderr, " SUPPRESSOR\n");
|
||||
|
||||
@ -41,7 +41,7 @@ ip-rule \- routing policy database management
|
||||
.IR TABLE_ID " ] [ "
|
||||
.B nat
|
||||
.IR ADDRESS " ] [ "
|
||||
.BR prohibit " | " reject " | " unreachable " ] [ " realms
|
||||
.B realms
|
||||
.RI "[" SRCREALM "/]" DSTREALM " ]"
|
||||
.I SUPPRESSOR
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user