On Thu, Oct 03, 2013 at 05:18:00PM -0700, Justin Pettit wrote:
> On Aug 23, 2013, at 10:44 AM, Ben Pfaff <b...@nicira.com> wrote:
> 
> > --- a/ofproto/ofproto-dpif-xlate.c
> > +++ b/ofproto/ofproto-dpif-xlate.c
> > @@ -2706,6 +2706,15 @@ xlate_actions(struct xlate_in *xin, struct xlate_out 
> > *xout)
> >         }
> >     }
> > 
> > +    if (nl_attr_oversized(ctx.xout->odp_actions.size)) {
> > +        /* It is impossible to these datapath actions into a Netlink 
> > attribute,
> 
> "to *put* these"?

Yes, fixed.

> Otherwise:
> 
>       Acked-by: Justin Pettit <jpet...@nicira.com>

Thanks.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to