Re: [ovs-dev] [PATCH v2] conntrack: add generic IP protocol support

2020-10-12 Thread Eelco Chaudron
On 8 Oct 2020, at 16:33, Ilya Maximets wrote: On 9/17/20 10:41 AM, Eelco Chaudron wrote: Currently, userspace conntrack only tracks TCP, UDP, and ICMP, and all other IP protocols are discarded, and the +inv state is returned. This is not in line with the kernel conntrack. Where if no L4

Re: [ovs-dev] [PATCH v2] conntrack: add generic IP protocol support

2020-10-08 Thread Ilya Maximets
On 9/17/20 10:41 AM, Eelco Chaudron wrote: > Currently, userspace conntrack only tracks TCP, UDP, and ICMP, and all > other IP protocols are discarded, and the +inv state is returned. This > is not in line with the kernel conntrack. Where if no L4 information can > be extracted it's treated as

Re: [ovs-dev] [PATCH v2] conntrack: add generic IP protocol support

2020-09-21 Thread Aaron Conole
Eelco Chaudron writes: > Currently, userspace conntrack only tracks TCP, UDP, and ICMP, and all > other IP protocols are discarded, and the +inv state is returned. This > is not in line with the kernel conntrack. Where if no L4 information can > be extracted it's treated as generic L3. The

Re: [ovs-dev] [PATCH v2] conntrack: add generic IP protocol support

2020-09-17 Thread Flavio Leitner
On Thu, Sep 17, 2020 at 04:41:33AM -0400, Eelco Chaudron wrote: > Currently, userspace conntrack only tracks TCP, UDP, and ICMP, and all > other IP protocols are discarded, and the +inv state is returned. This > is not in line with the kernel conntrack. Where if no L4 information can > be

[ovs-dev] [PATCH v2] conntrack: add generic IP protocol support

2020-09-17 Thread Eelco Chaudron
Currently, userspace conntrack only tracks TCP, UDP, and ICMP, and all other IP protocols are discarded, and the +inv state is returned. This is not in line with the kernel conntrack. Where if no L4 information can be extracted it's treated as generic L3. The change below mimics the behavior of