classifier: Merge classifier_lookup_wild(), classifier_lookup_exact().
authorBen Pfaff <blp@nicira.com>
Thu, 14 Oct 2010 17:13:51 +0000 (10:13 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 29 Oct 2010 16:53:51 +0000 (09:53 -0700)
commit48c3de13bee26106d8e708600904f2b20bd08818
tree7aa761136559a8b85e24eaf698018723fd2b10c9
parentfbb2ea0b5bebaae691ce6ac4b3a2eed65c775d9b
classifier: Merge classifier_lookup_wild(), classifier_lookup_exact().

Merge these functions into classifier_lookup() and update its interface.

The new version of the classifier soon to be implemented naturally merges
these functions, so this commit updates the interface early.
lib/classifier.c
lib/classifier.h
ofproto/ofproto.c
tests/test-classifier.c