ofproto/xlate: Fix set field unwildcarding.
authorJarno Rajahalme <jrajahalme@nicira.com>
Wed, 9 Apr 2014 18:13:57 +0000 (11:13 -0700)
committerJarno Rajahalme <jrajahalme@nicira.com>
Wed, 9 Apr 2014 19:46:21 +0000 (12:46 -0700)
commit4479846e52373d491f11b2bddaa5adaf54ca325d
treeb66753a1faab92ac4f91aa2739c2974caeca4fbb
parentce58df5be1933ff218aa8f892394756892f0e85c
ofproto/xlate: Fix set field unwildcarding.

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@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif-xlate.c