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 20:39:23 +0000 (13:39 -0700)
commitc4610f3c889f838f051cab4c7fb0c3b5fe715a41
treefc6855425d41b4af128ab0bb701c453885fa867b
parent77c988b634c13aaba2d716a7d5d774d5fea9b2f4
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