From: Stephen Hemminger Date: Thu, 26 Jul 2012 23:12:20 +0000 (-0700) Subject: Remove reference to multipath algorithms in usage X-Git-Tag: v3.5.0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa1f7441a94670ecf5cbf8eb2ee19173437b5127;p=thirdparty%2Fiproute2.git Remove reference to multipath algorithms in usage IP multipath algorithms support was removed several revisions ago. Remove from usage as well --- 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");