[ovs-dev] [PATCH 5/5] ofp-actions: Remove XXX comment for write-actions in ofpacts_format().

Ben Pfaff blp at ovn.org
Thu Jul 14 15:45:24 UTC 2016


Thanks for all the reviews.  I applied the series.

On Thu, Jul 14, 2016 at 03:05:22AM -0700, Jarno Rajahalme wrote:
> Does not ring a bell either!
> 
> Acked-by: Jarno Rajahalme <jarno at ovn.org>
> 
> > On Jul 13, 2016, at 5:06 PM, Ben Pfaff <blp at ovn.org> wrote:
> > 
> > I don't know why this was here.  The write_actions instruction works fine.
> > 
> > Signed-off-by: Ben Pfaff <blp at ovn.org>
> > ---
> > lib/ofp-actions.c | 1 -
> > 1 file changed, 1 deletion(-)
> > 
> > diff --git a/lib/ofp-actions.c b/lib/ofp-actions.c
> > index aa681c0..8e41f7c 100644
> > --- a/lib/ofp-actions.c
> > +++ b/lib/ofp-actions.c
> > @@ -7632,7 +7632,6 @@ ofpacts_format(const struct ofpact *ofpacts, size_t ofpacts_len,
> >                 ds_put_char(string, ',');
> >             }
> > 
> > -            /* XXX write-actions */
> >             ofpact_format(a, string);
> >         }
> >     }
> > -- 
> > 2.1.3
> > 
> > _______________________________________________
> > dev mailing list
> > dev at openvswitch.org
> > http://openvswitch.org/mailman/listinfo/dev
> 



More information about the dev mailing list