Re: [ovs-dev] [PATCH] ofproto-dpif: Reconfigure when netflow is enabled/disabled.

2013-06-18 Thread Ben Pfaff
On Tue, Jun 18, 2013 at 06:05:00PM -0700, Ethan Jackson wrote: > The presence or absence of netflow affects wildcarding, and > therefore need to cause a revalidation when changed. > > Found by inspection. > > Signed-off-by: Ethan Jackson Acked-by: Ben Pfaff

[ovs-dev] [PATCH] ofproto-dpif: Reconfigure when netflow is enabled/disabled.

2013-06-18 Thread Ethan Jackson
The presence or absence of netflow affects wildcarding, and therefore need to cause a revalidation when changed. Found by inspection. Signed-off-by: Ethan Jackson --- ofproto/ofproto-dpif.c |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ofproto/ofproto-dpif.c b/of