Fix up usage of flow_wildcards_t.
authorBen Pfaff <blp@nicira.com>
Fri, 6 May 2011 19:38:20 +0000 (12:38 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 16 May 2011 20:40:48 +0000 (13:40 -0700)
commiteeba8e4fd3b9ae3c69fbf3ae9ef28a55184ac12a
tree94e8b6aa26de02ac1362d91703c8ed372391f6ff
parent6879df6b58388ef7dbd8f27c9c152a2df902773d
Fix up usage of flow_wildcards_t.

The flow_wildcards_t type is defined as a distinct type from sparse's
perspective (with __attribute__((bitwise))) so that we don't accidentally
mix it with only-partially-compatible OFPFW_* flags.  But we were weren't
using it quite right in a few plces.  This fixes it up.
lib/nx-match.c
lib/ofp-util.c