]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
iplink: add missing link type
authorZhang Shengju <zhangshengju@cmss.chinamobile.com>
Wed, 12 Aug 2015 06:03:22 +0000 (06:03 +0000)
committerStephen Hemminger <shemming@brocade.com>
Wed, 12 Aug 2015 16:05:57 +0000 (09:05 -0700)
Add missing link type "bridge_slave".

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

index e296e6f611b8a16887ccb9fe5f60ba13d75545f4..a6378e2ba957470b4b0c196af54cf42acc4c9065 100644 (file)
@@ -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);
 }