From: Zhang Shengju Date: Fri, 25 Nov 2016 14:01:29 +0000 (+0800) Subject: link: add team and team_slave link type X-Git-Tag: v4.9.0~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bd1ea28c53fd7b7d59a656796230c28c9dae65e;p=thirdparty%2Fiproute2.git link: add team and team_slave link type Add missing team and team_slave link type. Signed-off-by: Zhang Shengju --- diff --git a/ip/iplink.c b/ip/iplink.c index a8b49c523..1e603e705 100644 --- a/ip/iplink.c +++ b/ip/iplink.c @@ -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);