Commit 602e9d36 authored by Zhi Yong Wu's avatar Zhi Yong Wu Committed by Stephen Hemminger

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: default avatarZhi Yong Wu <wuzhy@linux.vnet.ibm.com>
parent e34d3dcc
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment