1 --- a/networking/brctl.c
2 +++ b/networking/brctl.c
3 @@ -129,7 +129,7 @@ int brctl_main(int argc UNUSED_PARAM, ch
4 "setageing\0" "setfd\0" "sethello\0" "setmaxage\0"
5 "setpathcost\0" "setportprio\0" "setbridgeprio\0"
7 - IF_FEATURE_BRCTL_SHOW("showmacs\0" "show\0");
8 + IF_FEATURE_BRCTL_SHOW("show\0");
10 enum { ARG_addbr = 0, ARG_delbr, ARG_addif, ARG_delif
11 IF_FEATURE_BRCTL_FANCY(,
12 @@ -137,7 +137,7 @@ int brctl_main(int argc UNUSED_PARAM, ch
13 ARG_setageing, ARG_setfd, ARG_sethello, ARG_setmaxage,
14 ARG_setpathcost, ARG_setportprio, ARG_setbridgeprio
16 - IF_FEATURE_BRCTL_SHOW(, ARG_showmacs, ARG_show)
17 + IF_FEATURE_BRCTL_SHOW(, ARG_show)
21 --- a/networking/Config.src
22 +++ b/networking/Config.src
23 @@ -82,12 +82,12 @@ config FEATURE_BRCTL_FANCY
24 This adds about 600 bytes.
26 config FEATURE_BRCTL_SHOW
27 - bool "Support show, showmac and showstp"
30 depends on BRCTL && FEATURE_BRCTL_FANCY
32 Add support for option which prints the current config:
33 - showmacs, showstp, show