Re: [ovs-dev] [PATCH net] openvswitch: take into account de-fragmentation in execute_check_pkt_len

2020-06-22 Thread Lorenzo Bianconi
> On Mon, Jun 22, 2020 at 5:02 AM Lorenzo Bianconi wrote: > > > > > On Fri, Jun 19, 2020 at 4:48 AM Lorenzo Bianconi > > > wrote: > > > > > > > > ovs connection tracking module performs de-fragmentation on incoming > > > > fragmented traffic. Take info account if traffic has been de-fragmented

Re: [ovs-dev] [PATCH net] openvswitch: take into account de-fragmentation in execute_check_pkt_len

2020-06-22 Thread Pravin Shelar
On Mon, Jun 22, 2020 at 5:02 AM Lorenzo Bianconi wrote: > > > On Fri, Jun 19, 2020 at 4:48 AM Lorenzo Bianconi wrote: > > > > > > ovs connection tracking module performs de-fragmentation on incoming > > > fragmented traffic. Take info account if traffic has been de-fragmented > > > in

Re: [ovs-dev] [PATCH net] openvswitch: take into account de-fragmentation in execute_check_pkt_len

2020-06-22 Thread Lorenzo Bianconi
> On Fri, Jun 19, 2020 at 4:48 AM Lorenzo Bianconi wrote: > > > > ovs connection tracking module performs de-fragmentation on incoming > > fragmented traffic. Take info account if traffic has been de-fragmented > > in execute_check_pkt_len action otherwise we will perform the wrong > > nested

Re: [ovs-dev] [PATCH net] openvswitch: take into account de-fragmentation in execute_check_pkt_len

2020-06-20 Thread Pravin Shelar
On Fri, Jun 19, 2020 at 4:48 AM Lorenzo Bianconi wrote: > > ovs connection tracking module performs de-fragmentation on incoming > fragmented traffic. Take info account if traffic has been de-fragmented > in execute_check_pkt_len action otherwise we will perform the wrong > nested action

[ovs-dev] [PATCH net] openvswitch: take into account de-fragmentation in execute_check_pkt_len

2020-06-19 Thread Lorenzo Bianconi
ovs connection tracking module performs de-fragmentation on incoming fragmented traffic. Take info account if traffic has been de-fragmented in execute_check_pkt_len action otherwise we will perform the wrong nested action considering the original packet size. This issue typically occurs if