brctl appears to be missing a number of show commands documented, for example, here:
http://www.tldp.org/HOWTO/BRIDGE-STP-HO … ridge.html
Currently, brctl on my router permits the following:
[root @ OpenWrt] ~ # brctl --help
BusyBox v1.19.4 (2012-11-18 02:19:39 UTC) multi-call binary.
Usage: brctl COMMAND [BRIDGE [INTERFACE]]
Manage ethernet bridges
Commands:
show Show a list of bridges
addbr BRIDGE Create BRIDGE
delbr BRIDGE Delete BRIDGE
addif BRIDGE IFACE Add IFACE to BRIDGE
delif BRIDGE IFACE Delete IFACE from BRIDGE
setageing BRIDGE TIME Set ageing time
setfd BRIDGE TIME Set bridge forward delay
sethello BRIDGE TIME Set hello time
setmaxage BRIDGE TIME Set max message age
setpathcost BRIDGE COST Set path cost
setportprio BRIDGE PRIO Set port priority
setbridgeprio BRIDGE PRIO Set bridge priority
stp BRIDGE [1/yes/on|0/no/off] STP on/off
Is this a bug, or can someone confirm if brctl is only partially implemented? Others in the forum seem to be able to run "brctl showmacs IFACE" without issue.
++++
EDITS
++++
* Edited heading tags and subject as issue is not platform or architecture specific
(Last edited by jeremy.moschner on 28 Feb 2013, 11:01)