flow: Add new wildcard functions.
authorEthan Jackson <ethan@nicira.com>
Tue, 11 Jun 2013 05:48:58 +0000 (22:48 -0700)
committerJustin Pettit <jpettit@nicira.com>
Tue, 11 Jun 2013 20:03:50 +0000 (13:03 -0700)
commit368eefac37c490ad4f63e5d40deb94c724cf25c5
treec43d237167efd2f25141725fb96c1a712e29165d
parent74f74083e6cb8c771cccf33cbce70b565cca9449
flow: Add new wildcard functions.

Rename the function flow_wildcards_combine() to flow_wildcards_and().
Add new flow_wildcards_or() and flow_hash_in_wildcards() functions.
These will be useful in a future patch.

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