From: Masatake YAMATO Date: Wed, 11 Jun 2014 19:08:38 +0000 (+0900) Subject: ip: add nlmon as a device type to help message X-Git-Tag: v3.16.0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7968262df6fe7103352105e222bc98ac1ba7a821;p=thirdparty%2Fiproute2.git ip: add nlmon as a device type to help message Though nlmon device can be added, it was not listed in the output of "ip link help". Signed-off-by: Masatake YAMATO Acked-by: Daniel Borkmann --- diff --git a/ip/iplink.c b/ip/iplink.c index de9ef5df1..5e428da59 100644 --- a/ip/iplink.c +++ b/ip/iplink.c @@ -87,7 +87,7 @@ void iplink_usage(void) fprintf(stderr, "\n"); fprintf(stderr, "TYPE := { vlan | veth | vcan | dummy | ifb | macvlan | macvtap |\n"); fprintf(stderr, " bridge | bond | ipoib | ip6tnl | ipip | sit | vxlan |\n"); - fprintf(stderr, " gre | gretap | ip6gre | ip6gretap | vti }\n"); + fprintf(stderr, " gre | gretap | ip6gre | ip6gretap | vti | nlmon }\n"); } exit(-1); }