classifier: Add 'wc' argument to classifier_lookup().
authorEthan Jackson <ethan@nicira.com>
Fri, 10 May 2013 02:15:54 +0000 (19:15 -0700)
committerJustin Pettit <jpettit@nicira.com>
Tue, 11 Jun 2013 20:03:50 +0000 (13:03 -0700)
commit74f74083e6cb8c771cccf33cbce70b565cca9449
tree46d6f847dc6d97132642a010890d085a3ad662e6
parentad77e3c52a0e4513d96e27de916776070cc88fbf
classifier: Add 'wc' argument to classifier_lookup().

A future commit will want to know what bits were significant during the
classifier lookup.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
Co-authored-by: Justin Pettit <jpettit@nicira.com>
Signed-off-by: Justin Pettit <jpettit@nicira.com>
lib/classifier.c
lib/classifier.h
ofproto/ofproto-dpif.c
tests/test-classifier.c