[ovs-dev] [PATCH] nicira-ext: Update comment.

Ben Pfaff blp at nicira.com
Sat Nov 2 18:37:13 UTC 2013


Thanks, applied to master.

On Fri, Nov 01, 2013 at 04:35:48PM -0700, Joe Stringer wrote:
> Acked-by: Joe Stringer <joestringer at nicira.com>
> 
> On Thu, Oct 17, 2013 at 3:29 PM, Ben Pfaff <blp at nicira.com> wrote:
> > The ARP headers have been acceptable as NXAST_REG_MOVE destinations since
> > commit f6c8a6b163 (Add software switch support for modifying ARP headers
> > in OpenFlow.)
> >
> > Reported-by: Anupam Chanda <achanda at nicira.com>
> > Signed-off-by: Ben Pfaff <blp at nicira.com>
> > ---
> >  include/openflow/nicira-ext.h |    5 +++++
> >  1 file changed, 5 insertions(+)
> >
> > diff --git a/include/openflow/nicira-ext.h b/include/openflow/nicira-ext.h
> > index ca272fd..644885b 100644
> > --- a/include/openflow/nicira-ext.h
> > +++ b/include/openflow/nicira-ext.h
> > @@ -492,6 +492,11 @@ OFP_ASSERT(sizeof(struct nx_action_pop_queue) == 16);
> >   *   - NXM_OF_TCP_DST
> >   *   - NXM_OF_UDP_SRC
> >   *   - NXM_OF_UDP_DST
> > + *   - NXM_NX_ARP_SHA
> > + *   - NXM_NX_ARP_THA
> > + *   - NXM_OF_ARP_OP
> > + *   - NXM_OF_ARP_SPA
> > + *   - NXM_OF_ARP_TPA
> >   *     Modifying any of the above fields changes the corresponding packet
> >   *     header.
> >   *
> > --
> > 1.7.10.4
> >
> > _______________________________________________
> > dev mailing list
> > dev at openvswitch.org
> > http://openvswitch.org/mailman/listinfo/dev



More information about the dev mailing list