classifier: Drop CLS_INC_* enumerations and related 'include' parameters.
authorBen Pfaff <blp@nicira.com>
Thu, 28 Oct 2010 20:26:31 +0000 (13:26 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 12 Nov 2010 22:50:44 +0000 (14:50 -0800)
commit3c4486a5f784731b1cb289d187ad9d9e100407c3
tree4ffbe7088504e0b8b8af89d80aa497f186e37ee4
parentc0a56d9fe1fdb57220b9c1e2f709ea2db5d6489d
classifier: Drop CLS_INC_* enumerations and related 'include' parameters.

This type and these parameters were useful when ofproto had the need to
separately traverse exact-match rules looking for subrules, but it no
longer does that because subrules (now called "facets") are not kept in
the classifier any longer.  All the callers are now passing CLS_INC_ALL
anyhow, so we might as well delete this feature and simplify the code.
lib/classifier.c
lib/classifier.h
ofproto/ofproto.c
tests/test-classifier.c