From: Jarno Rajahalme Date: Tue, 29 Apr 2014 00:31:25 +0000 (-0700) Subject: lib/ofp-actions: Update comment. X-Git-Tag: sliver-openvswitch-2.2.90-1~3^2~56 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=ea96b766c2092609fe850e9d5f6392252a2f5fa2 lib/ofp-actions: Update comment. We recently renamed ofpbuf's 'l2' member as 'frame'. Signed-off-by: Jarno Rajahalme Acked-by: Justin Pettit --- diff --git a/lib/ofp-actions.h b/lib/ofp-actions.h index 89bf8678e..1db3bdee2 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); *