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 <wuzhy@linux.vnet.ibm.com>
This commit is contained in:
Zhi Yong Wu 2012-12-16 00:21:08 +08:00 committed by Stephen Hemminger
parent e34d3dcce2
commit 602e9d36ba
1 changed files with 1 additions and 1 deletions

View 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);
}