On Wed, Jun 11, 2014 at 10:50:51AM -0700, Ben Pfaff wrote:
> On Fri, May 30, 2014 at 05:14:14PM +0900, Simon Horman wrote:
> > Use OFPRR_GROUP_DELETE as the reason for deleting flows due
> > to the removal of a group that they use.
> >
> > This implementation adds an delete_reason member to struct
On Fri, May 30, 2014 at 05:14:14PM +0900, Simon Horman wrote:
> Use OFPRR_GROUP_DELETE as the reason for deleting flows due
> to the removal of a group that they use.
>
> This implementation adds an delete_reason member to struct ofputil_flow_mod
> as a convenient way to set the reason used by del
Use OFPRR_GROUP_DELETE as the reason for deleting flows due
to the removal of a group that they use.
This implementation adds an delete_reason member to struct ofputil_flow_mod
as a convenient way to set the reason used by delete_flows__() when it is
called indirectly from delete_group__().
Signe