Re: [ovs-dev] [PATCH v9 2/7] flow: Introduce IP packet sanity checks

2018-04-17 Thread Ben Pfaff
On Tue, Apr 17, 2018 at 02:40:08PM +0300, Shahaf Shuler wrote: > From: Yuanhan Liu > > Those checks were part of the miniflow extractor. Moving them out to > act as a general helpers for packet validation. > > Co-authored-by: Finn Christensen > Signed-off-by: Yuanhan Liu > Signed-off-by: Finn

[ovs-dev] [PATCH v9 2/7] flow: Introduce IP packet sanity checks

2018-04-17 Thread Shahaf Shuler
From: Yuanhan Liu Those checks were part of the miniflow extractor. Moving them out to act as a general helpers for packet validation. Co-authored-by: Finn Christensen Signed-off-by: Yuanhan Liu Signed-off-by: Finn Christensen Signed-off-by: Shahaf Shuler --- lib/flow.c | 101 ++