Add missing team and team_slave link type.
Signed-off-by: Zhang Shengju <[email protected]>
---
ip/iplink.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ip/iplink.c b/ip/iplink.c
index a8b49c5..1e603e7 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);
--
1.8.3.1