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:
parent
e34d3dcce2
commit
602e9d36ba
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue