Commit d8cf93de authored by Zhang Shengju's avatar Zhang Shengju Committed by Stephen Hemminger

iplink: add missing link type

Add missing link type "bridge_slave".
Signed-off-by: default avatarZhang Shengju <zhangshengju@cmss.chinamobile.com>
parent e52f3ef7
......@@ -93,7 +93,7 @@ void iplink_usage(void)
fprintf(stderr, "TYPE := { vlan | veth | vcan | dummy | ifb | macvlan | macvtap |\n");
fprintf(stderr, " bridge | bond | ipoib | ip6tnl | ipip | sit | vxlan |\n");
fprintf(stderr, " gre | gretap | ip6gre | ip6gretap | vti | nlmon |\n");
fprintf(stderr, " bond_slave | ipvlan | geneve }\n");
fprintf(stderr, " bond_slave | ipvlan | geneve | bridge_slave }\n");
}
exit(-1);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment