Re: [ovs-dev] [PATCH] fix some ofpbuf usage problems in write-actions code

2013-10-17 Thread Ben Pfaff
On Thu, Oct 17, 2013 at 07:01:55PM +0900, YAMAMOTO Takashi wrote: > for longer term, "nested" variants of some ofpact functions > which using ofpbuf->l3 might be desirable. > > Signed-off-by: YAMAMOTO Takashi Thanks! I divided this into two commits because it fixed a different bug in each place

[ovs-dev] [PATCH] fix some ofpbuf usage problems in write-actions code

2013-10-17 Thread YAMAMOTO Takashi
for longer term, "nested" variants of some ofpact functions which using ofpbuf->l3 might be desirable. Signed-off-by: YAMAMOTO Takashi --- lib/ofp-actions.c | 5 - lib/ofp-parse.c | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lib/ofp-actions.c b/lib/ofp-actions.c