]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
link: add team and team_slave link type
authorZhang Shengju <zhangshengju@cmss.chinamobile.com>
Fri, 25 Nov 2016 14:01:29 +0000 (22:01 +0800)
committerStephen Hemminger <sthemmin@microsoft.com>
Tue, 29 Nov 2016 22:03:00 +0000 (14:03 -0800)
Add missing team and team_slave link type.

Signed-off-by: Zhang Shengju <zhangshengju@cmss.chinamobile.com>
ip/iplink.c

index a8b49c52331c1188d5297ebba4f0f6ce648f9aff..1e603e705f2ef1976112a43ecd42b50817ebce9b 100644 (file)
@@ -98,8 +98,8 @@ void iplink_usage(void)
                fprintf(stderr,
                        "       ip link help [ TYPE ]\n\n"
                        "TYPE := { vlan | veth | vcan | dummy | ifb | macvlan | macvtap |\n"
-                       "          bridge | bond | ipoib | ip6tnl | ipip | sit | vxlan |\n"
-                       "          gre | gretap | ip6gre | ip6gretap | vti | nlmon |\n"
+                       "          bridge | bond | team | ipoib | ip6tnl | ipip | sit | vxlan |\n"
+                       "          gre | gretap | ip6gre | ip6gretap | vti | nlmon | team_slave |\n"
                        "          bond_slave | ipvlan | geneve | bridge_slave | vrf | macsec }\n");
        }
        exit(-1);