Re: [net-next] netfiler: conntrack: Add the option to set ct tcp flag - BE_LIBERAL per-ct basis.

2020-11-16 Thread Numan Siddique
On Tue, Nov 10, 2020 at 6:41 PM Florian Westphal wrote: > > Numan Siddique wrote: > > On Tue, Nov 10, 2020 at 5:55 PM Florian Westphal wrote: > > > > > > Numan Siddique wrote: > > > > On Tue, Nov 10, 2020 at 3:06 AM Florian Westphal wrote: > &g

Re: [net-next] netfiler: conntrack: Add the option to set ct tcp flag - BE_LIBERAL per-ct basis.

2020-11-10 Thread Numan Siddique
On Tue, Nov 10, 2020 at 5:55 PM Florian Westphal wrote: > > Numan Siddique wrote: > > On Tue, Nov 10, 2020 at 3:06 AM Florian Westphal wrote: > > Thanks for the comments. I actually tried this approach first, but it > > doesn't seem to work. > > I noticed that

Re: [net-next] netfiler: conntrack: Add the option to set ct tcp flag - BE_LIBERAL per-ct basis.

2020-11-10 Thread Numan Siddique
On Tue, Nov 10, 2020 at 3:06 AM Florian Westphal wrote: > > nusid...@redhat.com wrote: > > From: Numan Siddique > > > > Before calling nf_conntrack_in(), caller can set this flag in the > > connection template for a tcp packet and any errors in the > > tcp_in

Re: [net-next] netfiler: conntrack: Add the option to set ct tcp flag - BE_LIBERAL per-ct basis.

2020-11-10 Thread Numan Siddique
On Tue, Nov 10, 2020 at 1:25 AM Jakub Kicinski wrote: > > On Mon, 9 Nov 2020 12:59:30 +0530 nusid...@redhat.com wrote: > > From: Numan Siddique > > > > Before calling nf_conntrack_in(), caller can set this flag in the > > connection template for a tc

Re: [PATCH net-next] net: openvswitch: Add support to lookup invalid packet in ct action.

2020-10-06 Thread Numan Siddique
On Wed, Oct 7, 2020 at 12:22 AM Florian Westphal wrote: > > Numan Siddique wrote: > > On Tue, Oct 6, 2020 at 4:46 PM Florian Westphal wrote: > > > > > > nusid...@redhat.com wrote: > > > > From: Numan Siddique > > > > > > > >

Re: [PATCH net-next] net: openvswitch: Add support to lookup invalid packet in ct action.

2020-10-06 Thread Numan Siddique
On Tue, Oct 6, 2020 at 5:49 PM Numan Siddique wrote: > > On Tue, Oct 6, 2020 at 4:46 PM Florian Westphal wrote: > > > > nusid...@redhat.com wrote: > > > From: Numan Siddique > > > > > > For a tcp packet which is part of an existing committed connec

Re: [PATCH net-next] net: openvswitch: Add support to lookup invalid packet in ct action.

2020-10-06 Thread Numan Siddique
On Tue, Oct 6, 2020 at 4:46 PM Florian Westphal wrote: > > nusid...@redhat.com wrote: > > From: Numan Siddique > > > > For a tcp packet which is part of an existing committed connection, > > nf_conntrack_in() will return err and set skb->_nfct to NULL if it is

Re: [PATCH net-next 1/3] udp_tunnel: allow to turn off path mtu discovery on encap sockets

2020-07-13 Thread Numan Siddique
On Mon, Jul 13, 2020 at 3:34 PM Stefano Brivio wrote: > > On Mon, 13 Jul 2020 10:04:13 +0200 > Florian Westphal wrote: > > > Stefano Brivio wrote: > > > Hi, > > > > > > On Sun, 12 Jul 2020 22:07:03 +0200 > > > Florian Westphal wrote: > > > > > > > vxlan and geneve take the to-be-transmitted skb

[RFC] [net]openvswitch: Clear the ct flow key for the recirculated packet

2017-03-16 Thread Numan Siddique
his issue or it should be addressed in ovs-vswitchd to set the OVS_KEY_ATTR_CT_STATE and other related attributes properly for ct_clear action. Signed-off-by: Numan Siddique --- net/openvswitch/flow.c | 5 + 1 file changed, 5 insertions(+) diff --git a/net/openvswitch/flow.c b/net/openvswit