Re: [ovs-dev] [PATCH] ofctrl: Correctly remove flows that are no longer needed.

2015-05-15 Thread Ben Pfaff
On Wed, May 13, 2015 at 09:32:31AM -0700, Gurucharan Shetty wrote: > On Fri, May 8, 2015 at 1:52 PM, Ben Pfaff wrote: > > The correct group ID to avoid requiring any particular output group when > > removing a flow is OFPG_ANY. OFPG_ALL just caused the OFPFC_DELETE_STRICT > > commands to be ignor

Re: [ovs-dev] [PATCH] ofctrl: Correctly remove flows that are no longer needed.

2015-05-13 Thread Gurucharan Shetty
On Fri, May 8, 2015 at 1:52 PM, Ben Pfaff wrote: > The correct group ID to avoid requiring any particular output group when > removing a flow is OFPG_ANY. OFPG_ALL just caused the OFPFC_DELETE_STRICT > commands to be ignored because no OVN flows output to OFPG_ALL. > > Signed-off-by: Ben Pfaff T

[ovs-dev] [PATCH] ofctrl: Correctly remove flows that are no longer needed.

2015-05-08 Thread Ben Pfaff
The correct group ID to avoid requiring any particular output group when removing a flow is OFPG_ANY. OFPG_ALL just caused the OFPFC_DELETE_STRICT commands to be ignored because no OVN flows output to OFPG_ALL. Signed-off-by: Ben Pfaff --- ovn/controller/ofctrl.c |2 +- 1 file changed, 1 in