[ovs-git] Open vSwitch: ofproto-dpif: Fix check for 802.1Q header in commit_odp_actions(). (master)

dev at openvswitch.org dev at openvswitch.org
Mon Sep 12 19:16:47 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  2f2df2f4dafada02f022c2900f7a17628af7a0d1 (commit)
      from  c87112ca1a90fe77cbba6c340ef7e30815b537f7 (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 2f2df2f4dafada02f022c2900f7a17628af7a0d1
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=2f2df2f4dafada02f022c2900f7a17628af7a0d1
Author: Ben Pfaff <blp at nicira.com>
		
ofproto-dpif: Fix check for 802.1Q header in commit_odp_actions().
		
The 'vlan_tci' member of struct flow has value 0, not OFP_VLAN_NONE, when
there is no 802.1Q header.

Fixes a problem introduced in commit d9065a90b6b "datapath: VLAN actions
should use push/pop semantics."

Found by sparse.

CC: Pravin Shelar <pshelar at nicira.com>


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

Summary of changes:
 ofproto/ofproto-dpif.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list