flow: Correctly consider nw_frag_mask in some flow_wildcards_*() functions.
authorBen Pfaff <blp@nicira.com>
Mon, 18 Jun 2012 21:02:12 +0000 (14:02 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 3 Aug 2012 19:48:09 +0000 (12:48 -0700)
commit6c784ee5245f46d7167570384b6d310789d3a211
tree667509b59b8021b49d425e055a12676687780ea0
parentd0ab8a1a3102e2b9c45ca7a2d8fe6d0a4326bc6f
flow: Correctly consider nw_frag_mask in some flow_wildcards_*() functions.

This probably means that some classifier functions based on the fragment
type of packets have never worked properly.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/flow.c