Re: [ovs-dev] [PATCH v4 2/6] lib/flow: Add IPv6 support for flow_compose().

2013-12-02 Thread Ben Pfaff
On Tue, Nov 26, 2013 at 11:24:48AM -0800, Jarno Rajahalme wrote: > Add the missing code for generating IPv6 packets for testing purposes. > > Also make flow_compose() set the l4 and l7 pointers more consistently > with flow_extract(). > > Signed-off-by: Jarno Rajahalme Thanks, this should be le

[ovs-dev] [PATCH v4 2/6] lib/flow: Add IPv6 support for flow_compose().

2013-11-26 Thread Jarno Rajahalme
Add the missing code for generating IPv6 packets for testing purposes. Also make flow_compose() set the l4 and l7 pointers more consistently with flow_extract(). Signed-off-by: Jarno Rajahalme --- lib/flow.c| 94 + lib/packets.c