ofproto-dpif: Add mcast snooping db show and flush cmds
authorFlavio Leitner <fbl@redhat.com>
Thu, 19 Jun 2014 01:14:33 +0000 (22:14 -0300)
committerBen Pfaff <blp@nicira.com>
Tue, 24 Jun 2014 18:17:08 +0000 (11:17 -0700)
commit08fdcc1205be10e9ca6e7d5f0fcca57e01511e02
tree1b304fe6fa52bf033c53554cf6b05972b5b60550
parent7c38d0a5ea3e5bcff9f111757886a7dd4b9db8a4
ofproto-dpif: Add mcast snooping db show and flush cmds

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 <tgraf@redhat.com>
Acked-by: Daniel Borkmann <dborkman@redhat.com>
Signed-off-by: Flavio Leitner <fbl@redhat.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif.c
vswitchd/ovs-vswitchd.8.in