Re: [ovs-discuss] Using OFPFC_DELETE with a learn action

2016-03-26 Thread Hoff, Adam
y ones with the command set to OFPFC_DELETE_STRICT. Although I haven't found anything while looking through the code which would seem to indicate this change. On Tue, Mar 22, 2016 at 1:31 PM, Ben Pfaff wrote: > On Mon, Mar 21, 2016 at 02:51:04PM -0400, Hoff, Adam wrote: > > I

[ovs-discuss] Using OFPFC_DELETE with a learn action

2016-03-25 Thread Hoff, Adam
y ones with the command set to OFPFC_DELETE_STRICT. Although I haven't found anything while looking through the code which would seem to indicate this change. On Tue, Mar 22, 2016 at 1:31 PM, Ben Pfaff wrote: > On Mon, Mar 21, 2016 at 02:51:04PM -0400, Hoff, Adam wrote: > > I

[ovs-discuss] Using OFPFC_DELETE with a learn action

2016-03-22 Thread Hoff, Adam
Hello, I've just recently ported some changes from OVS version 2.0 to 2.5. In 2.0, I was able to basically copy the learn action, and modify the flow mod's command to use OFPFC_DELETE, which would then delete rules (even ones that weren't learned by another learn action). However, in 2.5, this cha