[ovs-git] Open vSwitch: datapath: Zero out key when looking up null ports. (master)

dev at openvswitch.org dev at openvswitch.org
Mon Dec 17 22:19:14 UTC 2012


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  48841e2dc38619a36911ba859bf0307431adb0f9 (commit)
      from  bea97716a6fb29850af50e39692ecdb50c5442bd (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 48841e2dc38619a36911ba859bf0307431adb0f9
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=48841e2dc38619a36911ba859bf0307431adb0f9
Author: Jesse Gross <jesse at nicira.com>
		
datapath: Zero out key when looking up null ports.
		
When we are searching for a tunnel port to receive traffic on,
everything should be zeroed out by the time that we get to null
ports since they are wildcarded.  However, if certain other ports
also exist (primarily multicast ports with keys) then this might
not be the case and the key can be set.

Signed-off-by: Jesse Gross <jesse at nicira.com>
Acked-by: Kyle Mestery <kmestery at cisco.com>


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

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


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list