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 21:53:24 +0000 (14:53 -0700)
commitebf6dced1a0fa73149664cd104729cc468602f37
tree9249738cfe673d951927c9573eae59f72b867228
parent4054bba5a09568bee27dc76b6f3dfd13e98b67a8
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