# ifconfig bridge0 addr
mamalos said:Alt,
I think what spartacus wants to achieve is to see what MAC addresses have been learned on each interface of his bridge. Something like OpenBSD's brconfig equivalent. Ah! Just found the answer in ifconfig(8). If you type:
# ifconfig bridge0 addr
it will "Display the addresses that have been learned by the bridge".
Hope that helps.