Re: [ovs-dev] [PATCH 19/41] ofp-prop: New function ofpprop_put_zeros().

2016-01-20 Thread Ben Pfaff
Thanks, applied, with that fix incorporated. On Tue, Jan 19, 2016 at 02:44:59PM -0800, Jarno Rajahalme wrote: > With the bug fix below, > > Acked-by: Jarno Rajahalme > > > On Jan 18, 2016, at 11:27 PM, Ben Pfaff wrote: > > > > This will have additional users in

Re: [ovs-dev] [PATCH 19/41] ofp-prop: New function ofpprop_put_zeros().

2016-01-19 Thread Jarno Rajahalme
With the bug fix below, Acked-by: Jarno Rajahalme > On Jan 18, 2016, at 11:27 PM, Ben Pfaff wrote: > > This will have additional users in later commits. > > Signed-off-by: Ben Pfaff > --- > lib/ofp-prop.c | 22 ++ >

[ovs-dev] [PATCH 19/41] ofp-prop: New function ofpprop_put_zeros().

2016-01-18 Thread Ben Pfaff
This will have additional users in later commits. Signed-off-by: Ben Pfaff --- lib/ofp-prop.c | 22 ++ lib/ofp-prop.h | 1 + lib/ofp-util.c | 20 ++-- 3 files changed, 29 insertions(+), 14 deletions(-) diff --git a/lib/ofp-prop.c