Re: [ovs-dev] [PATCH v2 5/7] ofproto-dpif: Add mcast snooping db show and flush cmds

2014-05-29 Thread Ben Pfaff
On Wed, May 28, 2014 at 10:10:32PM -0300, Flavio Leitner wrote: > This patch adds the command 'ovs-appctl mdb/show bridge' > to show learned groups on a bridge from the multicast > snooping database. > > It also adds the command 'ovs-appctl mdb/flush [bridge]' > to flush learned groups on a bridge

[ovs-dev] [PATCH v2 5/7] ofproto-dpif: Add mcast snooping db show and flush cmds

2014-05-28 Thread Flavio Leitner
This patch adds the command 'ovs-appctl mdb/show bridge' to show learned groups on a bridge from the multicast snooping database. It also adds the command 'ovs-appctl mdb/flush [bridge]' to flush learned groups on a bridge or on all bridges. Acked-by: Thomas Graf Acked-by: Daniel Borkmann Signe