On Wed, Dec 03, 2014 at 02:24:48PM -0800, Joe Stringer wrote:
> If ovs-vswitchd is killed at the right time, then a probe flow may be
> left in the datapath. This commit adds the DPIF_FP_MODIFY flag to
> feature probes so that re-creating the same probe flow will not cause an
> error.
>
> These fl
If ovs-vswitchd is killed at the right time, then a probe flow may be
left in the datapath. This commit adds the DPIF_FP_MODIFY flag to
feature probes so that re-creating the same probe flow will not cause an
error.
These flow_put flags were previously changed in commit a7d1bbdcfe49e8
("ofproto-dp