Re: [ovs-dev] [PATCH 1/7] ofp-actions: Factor out decode_LEARN_common().

2017-03-07 Thread Ben Pfaff
On Fri, Feb 24, 2017 at 06:57:55PM -0800, Daniele Di Proietto wrote: > No functional change, it will be used by next commit. > > Signed-off-by: Daniele Di Proietto Acked-by: Ben Pfaff ___ dev mailing list

[ovs-dev] [PATCH 1/7] ofp-actions: Factor out decode_LEARN_common().

2017-02-24 Thread Daniele Di Proietto
No functional change, it will be used by next commit. Signed-off-by: Daniele Di Proietto --- lib/ofp-actions.c | 77 +++ 1 file changed, 43 insertions(+), 34 deletions(-) diff --git a/lib/ofp-actions.c