Re: [PATCH v4] iproute2: add mdb sub-command to bridge
From: Cong Wang <hidden>
Date: 2012-12-10 03:13:40
Also in:
bridge
From: Cong Wang <hidden>
Date: 2012-12-10 03:13:40
Also in:
bridge
On Fri, 2012-12-07 at 09:07 -0800, Stephen Hemminger wrote:
quoted
# ./bridge/bridge mdb bridge br0: port eth0, group 224.8.8.9 port eth1, group 224.8.8.8I 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!