Re: [ovs-dev] [PATCH ovn] Fix conntrack entry leaks because of TCP RST packets not sent to conntrack.

2020-04-29 Thread Numan Siddique
On Wed, Apr 29, 2020 at 12:21 PM Han Zhou wrote: > On Mon, Apr 27, 2020 at 8:41 AM Numan Siddique wrote: > > > > On Mon, Apr 27, 2020 at 8:40 PM Lorenzo Bianconi > > wrote: > > > > > > > > > > > On 4/24/20 9:55 AM, num...@ovn.org wrote: > > > > > From: Numan Siddique > > > > > > > > > > The co

Re: [ovs-dev] [PATCH ovn] Fix conntrack entry leaks because of TCP RST packets not sent to conntrack.

2020-04-28 Thread Han Zhou
On Mon, Apr 27, 2020 at 8:41 AM Numan Siddique wrote: > > On Mon, Apr 27, 2020 at 8:40 PM Lorenzo Bianconi > wrote: > > > > > > > > On 4/24/20 9:55 AM, num...@ovn.org wrote: > > > > From: Numan Siddique > > > > > > > > The commit [1] - 28097d5adb95("Fix tcp_reset action handling") fixed an issue

Re: [ovs-dev] [PATCH ovn] Fix conntrack entry leaks because of TCP RST packets not sent to conntrack.

2020-04-27 Thread Numan Siddique
On Mon, Apr 27, 2020 at 8:40 PM Lorenzo Bianconi wrote: > > > > > On 4/24/20 9:55 AM, num...@ovn.org wrote: > > > From: Numan Siddique > > > > > > The commit [1] - 28097d5adb95("Fix tcp_reset action handling") fixed an > > > issue > > > with tcp_reset OVN action. In order to fix that issue, this

Re: [ovs-dev] [PATCH ovn] Fix conntrack entry leaks because of TCP RST packets not sent to conntrack.

2020-04-27 Thread Lorenzo Bianconi
> > On 4/24/20 9:55 AM, num...@ovn.org wrote: > > From: Numan Siddique > > > > The commit [1] - 28097d5adb95("Fix tcp_reset action handling") fixed an > > issue > > with tcp_reset OVN action. In order to fix that issue, this commit added > > logical flows to skip all the TCP RST packets from conn

Re: [ovs-dev] [PATCH ovn] Fix conntrack entry leaks because of TCP RST packets not sent to conntrack.

2020-04-27 Thread Dumitru Ceara
On 4/24/20 9:55 AM, num...@ovn.org wrote: > From: Numan Siddique > > The commit [1] - 28097d5adb95("Fix tcp_reset action handling") fixed an issue > with tcp_reset OVN action. In order to fix that issue, this commit added > logical flows to skip all the TCP RST packets from conntrack. > Ideally i

[ovs-dev] [PATCH ovn] Fix conntrack entry leaks because of TCP RST packets not sent to conntrack.

2020-04-24 Thread numans
From: Numan Siddique The commit [1] - 28097d5adb95("Fix tcp_reset action handling") fixed an issue with tcp_reset OVN action. In order to fix that issue, this commit added logical flows to skip all the TCP RST packets from conntrack. Ideally it should have skipped only the TCP RST packets generat