Re: [ovs-dev] [packet_in 02/13] ofpbuf: Maintain header pointers in clone functions.

2011-12-28 Thread Ben Pfaff
This looks good, thanks. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [packet_in 02/13] ofpbuf: Maintain header pointers in clone functions.

2011-12-28 Thread Ethan Jackson
--- lib/ofpbuf.c | 25 ++--- 1 files changed, 22 insertions(+), 3 deletions(-) diff --git a/lib/ofpbuf.c b/lib/ofpbuf.c index 3887481..29698dc 100644 --- a/lib/ofpbuf.c +++ b/lib/ofpbuf.c @@ -129,7 +129,7 @@ ofpbuf_new_with_headroom(size_t size, size_t headroom) struct ofpb