classifier: Don't check masks when adding IPv4/IPv6 addresses.
authorJustin Pettit <jpettit@nicira.com>
Thu, 10 Nov 2011 01:42:17 +0000 (17:42 -0800)
committerJustin Pettit <jpettit@nicira.com>
Fri, 11 Nov 2011 02:03:04 +0000 (18:03 -0800)
commit209c0b17d90b8062e5a3cbd80a083ea02e18d880
tree2a843de9ebdc6733c4714e5c0c98edab0e6c672c
parenteadef313296eac5c2fa99bc1d7a32e514a7989bf
classifier: Don't check masks when adding IPv4/IPv6 addresses.

The meta-flow code enforces IPv4/IPv6 masks, so there's no reason to do
it again in the classifier.  This allows a number of functions to be
removed, since the only callers were in this classifier code.
lib/classifier.c
lib/classifier.h
lib/flow.c
lib/flow.h