Re: [ovs-dev] [PATCH 1/2] flow: Add new wildcard functions.

2013-06-11 Thread Ben Pfaff
On Tue, Jun 11, 2013 at 01:20:31AM -0700, Justin Pettit wrote: > From: Ethan Jackson > > 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

[ovs-dev] [PATCH 1/2] flow: Add new wildcard functions.

2013-06-11 Thread Justin Pettit
From: Ethan Jackson 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 Signed-off-by: Justin Pettit --- lib/flow.c | 48 ++