Re: [ovs-dev] [PATCH] Do not perform validation of learn actions during parsing

2013-05-07 Thread Simon Horman
On Fri, May 03, 2013 at 09:38:29AM -0700, Ben Pfaff wrote: > On Thu, May 02, 2013 at 06:06:35PM +0900, Simon Horman wrote: > > Do not perform validation of learn actions during parsing. > > I believe this is consistent with the handling of all other actions. > > > > Verification of all actions, in

Re: [ovs-dev] [PATCH] Do not perform validation of learn actions during parsing

2013-05-03 Thread Ben Pfaff
On Thu, May 02, 2013 at 06:06:35PM +0900, Simon Horman wrote: > Do not perform validation of learn actions during parsing. > I believe this is consistent with the handling of all other actions. > > Verification of all actions, including learn actions, occurs separately > in ofpact_check__(). > >

[ovs-dev] [PATCH] Do not perform validation of learn actions during parsing

2013-05-02 Thread Simon Horman
Do not perform validation of learn actions during parsing. I believe this is consistent with the handling of all other actions. Verification of all actions, including learn actions, occurs separately in ofpact_check__(). This the code portion of this patch is larger than might otherwise be expect