Re: [ovs-dev] [PATCH v2 2/3] expr: Implement action to copy one field into another.

2015-10-07 Thread Ben Pfaff
Thanks, applied to master. On Wed, Oct 07, 2015 at 11:32:28AM -0700, Justin Pettit wrote: > Acked-by: Justin Pettit > > --Justin > > > > On Sep 30, 2015, at 1:56 PM, Ben Pfaff wrote: > > > > Signed-off-by: Ben Pfaff > > --- > > ovn/TODO | 4 +- > > ovn/lib/expr.c | 186 > > +

Re: [ovs-dev] [PATCH v2 2/3] expr: Implement action to copy one field into another.

2015-10-07 Thread Justin Pettit
Acked-by: Justin Pettit --Justin > On Sep 30, 2015, at 1:56 PM, Ben Pfaff wrote: > > Signed-off-by: Ben Pfaff > --- > ovn/TODO | 4 +- > ovn/lib/expr.c | 186 +++ > ovn/ovn-sb.xml | 35 --- > tests/ovn.at | 14 -

[ovs-dev] [PATCH v2 2/3] expr: Implement action to copy one field into another.

2015-09-30 Thread Ben Pfaff
Signed-off-by: Ben Pfaff --- ovn/TODO | 4 +- ovn/lib/expr.c | 186 +++ ovn/ovn-sb.xml | 35 --- tests/ovn.at | 14 - tests/test-ovn.c | 1 + 5 files changed, 159 insertions(+), 81 deletions(-) diff --git a/ovn