From: Zhi Yong Wu Date: Sat, 15 Dec 2012 16:21:08 +0000 (+0800) Subject: ip: add the type 'vxlan' in the output of "ip link help" X-Git-Tag: v3.8.0~3^2~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=602e9d36ba09b34f4ec97bd539a2a6f5247c5b5c;p=thirdparty%2Fiproute2.git ip: add the type 'vxlan' in the output of "ip link help" The new type 'vxlan' is added in the output of "ip link help" Signed-off-by: Zhi Yong Wu --- diff --git a/ip/iplink.c b/ip/iplink.c index d73c705af..5ff8f858b 100644 --- a/ip/iplink.c +++ b/ip/iplink.c @@ -84,7 +84,7 @@ void iplink_usage(void) if (iplink_have_newlink()) { fprintf(stderr, "\n"); fprintf(stderr, "TYPE := { vlan | veth | vcan | dummy | ifb | macvlan | can |\n"); - fprintf(stderr, " bridge | ipoib | ip6tnl | ipip | sit }\n"); + fprintf(stderr, " bridge | ipoib | ip6tnl | ipip | sit | vxlan }\n"); } exit(-1); }