]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - ip/iplink.c
iplink: add ipvtap support
[mirror_iproute2.git] / ip / iplink.c
index 0ba5f1af766974bccb80526910f15c27bb3f840b..d99c49ed244a9e87309cb32eb24eab6fd8a254cb 100644 (file)
@@ -120,8 +120,8 @@ void iplink_usage(void)
                        "TYPE := { vlan | veth | vcan | vxcan | dummy | ifb | macvlan | macvtap |\n"
                        "          bridge | bond | team | ipoib | ip6tnl | ipip | sit | vxlan |\n"
                        "          gre | gretap | erspan | ip6gre | ip6gretap | ip6erspan |\n"
-                       "          vti | nlmon | team_slave | bond_slave | ipvlan | geneve |\n"
-                       "          bridge_slave | vrf | macsec | netdevsim | rmnet }\n");
+                       "          vti | nlmon | team_slave | bond_slave | bridge_slave |\n"
+                       "          ipvlan | ipvtap | geneve | vrf | macsec | netdevsim | rmnet }\n");
        }
        exit(-1);
 }