Re: [ovs-dev] [PATCH 02/12] flow: Export parse_ipv6_ext_hdrs().

2015-11-16 Thread Joe Stringer
On 15 November 2015 at 22:21, Daniele Di Proietto wrote: > This will be used by a future commit. > > Signed-off-by: Daniele Di Proietto > --- > lib/flow.c | 140 > ++--- > lib/flow.h | 3 ++ > 2 files changed, 81 insertions(+), 62 deleti

[ovs-dev] [PATCH 02/12] flow: Export parse_ipv6_ext_hdrs().

2015-11-15 Thread Daniele Di Proietto
This will be used by a future commit. Signed-off-by: Daniele Di Proietto --- lib/flow.c | 140 ++--- lib/flow.h | 3 ++ 2 files changed, 81 insertions(+), 62 deletions(-) diff --git a/lib/flow.c b/lib/flow.c index d5dcb92..2bdce26 100644