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

2020-09-17 Thread Eelco Chaudron
On 16 Sep 2020, at 17:45, Aaron Conole wrote: 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

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

2020-09-16 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

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

2020-09-09 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