summaryrefslogtreecommitdiff
path: root/ip/iproute.c
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2018-12-11 08:40:09 -0800
committerDavid Ahern <dsahern@gmail.com>2018-12-13 12:50:01 -0800
commit738aebe52b2e53b45bb0e8b55fe341fdb25ff994 (patch)
tree43c63822648deaf0811f1f50a353d1b1f207700b /ip/iproute.c
parentfbe7da2306430070b3166ea07a5c82c1a5a5f5d0 (diff)
drop support for DECnet
DECnet belongs in the history museum of dead protocols along with Appletalk and IPX. Linux support has outlived its natural life and the time has come to remove it from iproute2. Dead code is a source of bugs and exploits. If anyone actually has DECnet running on some old distribution they can just keep to the old version of iproute2. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David Ahern <dsahern@gmail.com>
Diffstat (limited to 'ip/iproute.c')
-rw-r--r--ip/iproute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ip/iproute.c b/ip/iproute.c
index 26f7cd89..60e46e03 100644
--- a/ip/iproute.c
+++ b/ip/iproute.c
@@ -83,7 +83,7 @@ static void usage(void)
"INFO_SPEC := NH OPTIONS FLAGS [ nexthop NH ]...\n"
"NH := [ encap ENCAPTYPE ENCAPHDR ] [ via [ FAMILY ] ADDRESS ]\n"
" [ dev STRING ] [ weight NUMBER ] NHFLAGS\n"
- "FAMILY := [ inet | inet6 | dnet | mpls | bridge | link ]\n"
+ "FAMILY := [ inet | inet6 | mpls | bridge | link ]\n"
"OPTIONS := FLAGS [ mtu NUMBER ] [ advmss NUMBER ] [ as [ to ] ADDRESS ]\n"
" [ rtt TIME ] [ rttvar TIME ] [ reordering NUMBER ]\n"
" [ window NUMBER ] [ cwnd NUMBER ] [ initcwnd NUMBER ]\n"