ofproto-dpif: Revalidate when sFlow probability changes.
authorBen Pfaff <blp@nicira.com>
Fri, 30 Jan 2015 21:36:34 +0000 (13:36 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 3 Feb 2015 19:21:29 +0000 (11:21 -0800)
commitb24701f5f4889e650787bbcd3a063b0026caf210
tree695d41c1db88908b74dc4b85f14ce395368bdeb1
parenta3082026a133b8d013c7f10bd41429606562716d
ofproto-dpif: Revalidate when sFlow probability changes.

Until now, when the sFlow selection probability changed, OVS failed to
immediately revalidate the flow table, delaying the new probability taking
effect.  This commit fixes the problem.

Reported-by: K 華 <k940545@hotmail.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
AUTHORS
ofproto/ofproto-dpif.c