]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
ip: add the type 'vxlan' in the output of "ip link help"
authorZhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Sat, 15 Dec 2012 16:21:08 +0000 (00:21 +0800)
committerStephen Hemminger <shemminger@vyatta.com>
Mon, 17 Dec 2012 16:15:57 +0000 (08:15 -0800)
  The new type 'vxlan' is added in the output of "ip link help"

Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
ip/iplink.c

index d73c705af55a026bf8d345a60ccb1fb9519e9b37..5ff8f858b0737788b061f3ed62443505b5ab4649 100644 (file)
@@ -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);
 }