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 20:04:08 +0000 (13:04 -0700)
commit97a4b006b64955a81874e874e8c7848ff73d61e4
treee02d42a0e2e3d5a07ae40ee3eafc376988899e75
parent211f364ae8449634369b2e9e65df02fb74081f7b
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