Re: [ovs-dev] [PATCH] conntrack: check the result of extract_l3_ipv4/6

2019-08-21 Thread Darrell Ball
On Wed, Aug 21, 2019 at 3:13 PM Ben Pfaff wrote: > On Mon, Aug 19, 2019 at 08:35:11AM -0700, Darrell Ball wrote: > > Thanks for the patch > > > > On Sun, Aug 18, 2019 at 11:01 PM Li RongQing > wrote: > > > > > the result of extract_l3_ipv4/6 should be checked in reverse_nat_packet > > > when it

Re: [ovs-dev] [PATCH] conntrack: check the result of extract_l3_ipv4/6

2019-08-21 Thread Ben Pfaff
On Mon, Aug 19, 2019 at 08:35:11AM -0700, Darrell Ball wrote: > Thanks for the patch > > On Sun, Aug 18, 2019 at 11:01 PM Li RongQing wrote: > > > the result of extract_l3_ipv4/6 should be checked in reverse_nat_packet > > when it is false, meaning this packet is wrong, should not do handle it

Re: [ovs-dev] [PATCH] conntrack: check the result of extract_l3_ipv4/6

2019-08-19 Thread Darrell Ball
Thanks for the patch On Sun, Aug 18, 2019 at 11:01 PM Li RongQing wrote: > the result of extract_l3_ipv4/6 should be checked in reverse_nat_packet > when it is false, meaning this packet is wrong, should not do handle it > continually > > Signed-off-by: Li RongQing > --- > lib/conntrack.c |

[ovs-dev] [PATCH] conntrack: check the result of extract_l3_ipv4/6

2019-08-19 Thread Li RongQing
the result of extract_l3_ipv4/6 should be checked in reverse_nat_packet when it is false, meaning this packet is wrong, should not do handle it continually Signed-off-by: Li RongQing --- lib/conntrack.c | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git

[ovs-dev] [PATCH] conntrack: check the result of extract_l3_ipv4/6

2019-08-18 Thread Li RongQing
the result of extract_l3_ipv4/6 should be checked in reverse_nat_packet when it is false, meaning this packet is wrong, should not do handle it continually Signed-off-by: Li RongQing --- lib/conntrack.c | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git