> On Apr 14, 2014, at 1:00 PM, Justin Pettit <jpet...@nicira.com> wrote:
> 
> It looks like there are a few other places that need to get updated, too.  
> Did you want me to take a pass at them?
> 

Why not, seems you found them already, so please go ahead :-)

  Jarno

> For this, though:
> 
> Acked-by: Justin Pettit <jpet...@nicira.com>
> 
> --Justin
> 
> 
>> On April 14, 2014 at 10:51:08 AM, Jarno Rajahalme (jrajaha...@nicira.com) 
>> wrote:
>> We recently renamed ofpbuf's 'l2' member as 'frame'.
>> 
>> Signed-off-by: Jarno Rajahalme  
>> ---
>> lib/ofp-actions.h | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>> 
>> diff --git a/lib/ofp-actions.h b/lib/ofp-actions.h
>> index 89bf867..1db3bde 100644
>> --- a/lib/ofp-actions.h
>> +++ b/lib/ofp-actions.h
>> @@ -641,8 +641,8 @@ void *ofpact_put(struct ofpbuf *, enum ofpact_type, 
>> size_t len);  
>> * After using this function to add a variable-length action, add the
>> * elements of the flexible array (e.g. with ofpbuf_put()), then use
>> * ofpact_update_len() to update the length embedded into the action.
>> - * (Keep in mind the need to refresh the structure from 'ofpacts->l2' after
>> - * adding data to 'ofpacts'.)
>> + * (Keep in mind the need to refresh the structure from 'ofpacts->frame'
>> + * after adding data to 'ofpacts'.)
>> *
>> * struct *ofpact_get_(const struct ofpact *ofpact);
>> *
>> --
>> 1.7.10.4
>> 
>> _______________________________________________
>> dev mailing list
>> dev@openvswitch.org
>> http://openvswitch.org/mailman/listinfo/dev
> 
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to