From fa1f7441a94670ecf5cbf8eb2ee19173437b5127 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 26 Jul 2012 16:12:20 -0700 Subject: [PATCH] Remove reference to multipath algorithms in usage IP multipath algorithms support was removed several revisions ago. Remove from usage as well --- ip/iproute.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ip/iproute.c b/ip/iproute.c index 5cd313edb..522dd2873 100644 --- a/ip/iproute.c +++ b/ip/iproute.c @@ -82,7 +82,6 @@ static void usage(void) fprintf(stderr, " unreachable | prohibit | blackhole | nat ]\n"); fprintf(stderr, "TABLE_ID := [ local | main | default | all | NUMBER ]\n"); fprintf(stderr, "SCOPE := [ host | link | global | NUMBER ]\n"); - fprintf(stderr, "MP_ALGO := { rr | drr | random | wrandom }\n"); fprintf(stderr, "NHFLAGS := [ onlink | pervasive ]\n"); fprintf(stderr, "RTPROTO := [ kernel | boot | static | NUMBER ]\n"); fprintf(stderr, "TIME := NUMBER[s|ms]\n"); -- 2.47.3