[ovs-git] Open vSwitch: datapath: Add mask check during flow lookup (branch-1.11)

dev at openvswitch.org dev at openvswitch.org
Fri Jul 19 22:02:41 UTC 2013


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, branch-1.11 has been updated
       via  97c56fa933a433f43d6cd51139fd4b019b56e139 (commit)
      from  479bf702858f357a04756ef5f8452c52f2117d5a (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 97c56fa933a433f43d6cd51139fd4b019b56e139
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=97c56fa933a433f43d6cd51139fd4b019b56e139
Author: Andy Zhou <azhou at nicira.com>
		
datapath: Add mask check during flow lookup
		
A mega flow matches when the masked key matches and the mask applied
is the same as the mask used to create the mega flow.

This patch adds the implementation of the second match condition
mentioned above. Without this fix, mega flow lookup may result false
match.

Bug #18584

Signed-off-by: Andy Zhou <azhou at nicira.com>
Signed-off-by: Pravin B Shelar <pshelar at nicira.com>


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

Summary of changes:
 datapath/flow.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list