[ovs-dev] [PATCH 04/10] ofproto/xlate: Fix set field unwildcarding.

Ben Pfaff blp at nicira.com
Wed Apr 9 20:20:56 UTC 2014


On Wed, Apr 09, 2014 at 01:11:40PM -0700, Jarno Rajahalme wrote:
> On Apr 9, 2014, at 10:25 AM, Ben Pfaff <blp at nicira.com> wrote:
> 
> > On Tue, Apr 08, 2014 at 04:38:46PM -0700, Jarno Rajahalme wrote:
> >> If the field does not exist, nothing is set.  However, we must
> >> unwildcard the bits we used to make the decision, and we need not
> >> unwildcard the field and it's prerequisities, if nothing is set.
> >> 
> >> Signed-off-by: Jarno Rajahalme <jrajahalme at nicira.com>
> > 
> > This one might need a backport for correctness?
> > 
> > I suspect that we should treat MFF_MPLS_BOS the same as the other MPLS
> > fields.
> > 
> 
> MFF_MPLS_BOS is not writeable, so it need not be considered for SET FIELD.

I see, thank you.



More information about the dev mailing list