flow: Move functions for dealing with wildcard bit counts to ofp-util.
authorBen Pfaff <blp@nicira.com>
Mon, 22 Nov 2010 18:09:18 +0000 (10:09 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 22 Nov 2010 18:09:18 +0000 (10:09 -0800)
commit0596e89755cea856d9615a46c17c4df2574107a3
tree229c0b4ed1cfa0daf491b1d51c28703f69d2c747
parent00561f415c3a1622f8835c84ba2db7e7ff0fbe61
flow: Move functions for dealing with wildcard bit counts to ofp-util.

These functions are really OpenFlow-specific, and they will not be used
directly by the flow code soon, so move them to ofp-util.
lib/flow.c
lib/flow.h
lib/ofp-util.c
lib/ofp-util.h
lib/packets.h
tests/test-classifier.c