[ovs-dev] [PATCH 0/2] Add support to control Reports forwarding

Flavio Leitner fbl at redhat.com
Tue Jan 20 12:03:59 UTC 2015


The RFC4541 section 2.1.1 item 1 allows the snooping switch
to provide an administrative control to allow Report messages
to be flooded to ports not connected to multicast routers.

This is useful for tunnels and patch ports in order to send
Reports across switches.

Flavio Leitner (2):
  mcast_snoop: make mcast_fport_bundle generic
  mcast-snoop: Add support to control Reports forwarding

 lib/mcast-snooping.c         | 112 ++++++++++++++++++++++++++++---------------
 lib/mcast-snooping.h         |  27 ++++++-----
 ofproto/ofproto-dpif-xlate.c |  42 ++++++++++++++--
 ofproto/ofproto-dpif.c       |  12 +++--
 ofproto/ofproto-provider.h   |   9 ++--
 ofproto/ofproto.c            |   8 ++--
 ofproto/ofproto.h            |   7 ++-
 utilities/ovs-vsctl.8.in     |   6 ++-
 vswitchd/bridge.c            |   7 ++-
 vswitchd/vswitch.xml         |   9 +++-
 10 files changed, 166 insertions(+), 73 deletions(-)

-- 
2.1.0




More information about the dev mailing list