]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
iplink: update available type list
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Tue, 8 Oct 2013 14:59:45 +0000 (07:59 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 9 Oct 2013 22:29:09 +0000 (15:29 -0700)
macvtap and vti were missing.

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
ip/iplink.c

index 16cb6fed9fcfafa959a8b3290c07976045b75cee..6cde731ac32897a727f85109a489cd9eddd06dbf 100644 (file)
@@ -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);
 }