On Fri, 2012-12-07 at 09:07 -0800, Stephen Hemminger wrote: > > > > > # ./bridge/bridge mdb > > bridge br0: > > port eth0, group 224.8.8.9 > > port eth1, group 224.8.8.8 > > I like the ability to see what is going on. It would > be good if there was also a monitor like hook to see new entries > created and destroyed (later version). I am working on a patch to implement RTM_NEWMDB and RTM_DELMDB, so we will have this. > > The output format should be one line per entry for easier > parsing by utilities. Something similar to 'ip neigh show' > Right, I will update this in v5. Thanks!