[PATCH iproute2] iplink: update available type list
From: Nicolas Dichtel <hidden>
Date: 2013-10-08 14:59:44
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Nicolas Dichtel <hidden>
Date: 2013-10-08 14:59:44
Subsystem:
the rest · Maintainer:
Linus Torvalds
macvtap and vti were missing. Signed-off-by: Nicolas Dichtel <redacted> --- ip/iplink.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ip/iplink.c b/ip/iplink.c
index 16cb6fed9fcf..6cde731ac328 100644
--- a/ip/iplink.c
+++ b/ip/iplink.c@@ -84,9 +84,9 @@ 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 | vxlan |\n"); - fprintf(stderr, " gre | gretap | ip6gre | ip6gretap }\n"); + fprintf(stderr, "TYPE := { vlan | veth | vcan | dummy | ifb | macvlan | macvtap |\n"); + fprintf(stderr, " can | bridge | ipoib | ip6tnl | ipip | sit | vxlan |\n"); + fprintf(stderr, " gre | gretap | ip6gre | ip6gretap | vti }\n"); } exit(-1); }
--
1.8.4.1