[ovs-git] Open vSwitch: tunneling: Reduce priority of multicast tunnels. (master)

dev at openvswitch.org dev at openvswitch.org
Tue Nov 8 03:54:09 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  859ad376132e1eb13d0a1a28cae2c477300fd45f (commit)
      from  cdb1a85bba8adf03e6dac40e603f0cb7206fe2d6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 859ad376132e1eb13d0a1a28cae2c477300fd45f
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=859ad376132e1eb13d0a1a28cae2c477300fd45f
Author: Jesse Gross <jesse at nicira.com>
		
tunneling: Reduce priority of multicast tunnels.
		
It's possible to have an incoming packet that matches both a unicast
and multicast tunnel if the source address corresponds to the remote_ip
of a unicast tunnel and the destination is multicast.  Currently this
will match the multicast tunnel but in reality the unicast tunnel
should probably be considered more specific.  This is actually a
common situation in protocols that use a combination of multicast
for flooding and unicast for responses.

Signed-off-by: Jesse Gross <jesse at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 datapath/tunnel.c |   44 ++++++++++++++++++++++----------------------
 1 files changed, 22 insertions(+), 22 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list