[ovs-git] Open vSwitch: ofproto-dpif-xlate: Correct check for MPLS LSE (master)

dev at openvswitch.org dev at openvswitch.org
Tue Jan 7 17:40:09 UTC 2014


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  f8b63eed48caea43506ea44c6f2d446e90b2578c (commit)
      from  c4e976db1343aac88dec4b457bdf5d0277f247e6 (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 f8b63eed48caea43506ea44c6f2d446e90b2578c
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=f8b63eed48caea43506ea44c6f2d446e90b2578c
Author: Simon Horman <horms at verge.net.au>
		
ofproto-dpif-xlate: Correct check for MPLS LSE
		
zero is a valid MPLS LSE so it is not valid check against
that value for MPLS LSE presence. Instead, check against
the flow's dl_type which should be an MPLS type if an LSE is present.

This problem appears to have been introduced by
b2dd70be133bf86c ("Native Set-Field action.").

Cc: Jarno Rajahalme <jrajahalme at nicira.com>
Signed-off-by: Simon Horman <horms at verge.net.au>
Signed-off-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 ofproto/ofproto-dpif-xlate.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list