Commit 1253a10a authored by Nicolas Dichtel's avatar Nicolas Dichtel Committed by Stephen Hemminger

iplink: update available type list

macvtap and vti were missing.
Signed-off-by: default avatarNicolas Dichtel <nicolas.dichtel@6wind.com>
parent b5574165
...@@ -84,9 +84,9 @@ void iplink_usage(void) ...@@ -84,9 +84,9 @@ void iplink_usage(void)
if (iplink_have_newlink()) { if (iplink_have_newlink()) {
fprintf(stderr, "\n"); fprintf(stderr, "\n");
fprintf(stderr, "TYPE := { vlan | veth | vcan | dummy | ifb | macvlan | can |\n"); fprintf(stderr, "TYPE := { vlan | veth | vcan | dummy | ifb | macvlan | macvtap |\n");
fprintf(stderr, " bridge | ipoib | ip6tnl | ipip | sit | vxlan |\n"); fprintf(stderr, " can | bridge | ipoib | ip6tnl | ipip | sit | vxlan |\n");
fprintf(stderr, " gre | gretap | ip6gre | ip6gretap }\n"); fprintf(stderr, " gre | gretap | ip6gre | ip6gretap | vti }\n");
} }
exit(-1); 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