CT userspace behavior is not aligned with the kernel's one in some cases. Handle it.
Note: this series takes over [1] as related to the same topic. [1] https://patchwork.ozlabs.org/project/openvswitch/patch/[email protected]/ Eli Britstein (2): conntrack: Align userspace NAT binding on ct(commit) with kernel. conntrack: Align hairpin reply lookup and NAT with kernel. Tim Rozet (1): conntrack: Match kernel NAT handling for new packets. lib/conntrack.c | 287 +++++++++++++++++++++++++++---- tests/system-kmod-macros.at | 45 +++++ tests/system-traffic.at | 191 ++++++++++++++++++++ tests/system-userspace-macros.at | 9 + tests/test-conntrack.c | 117 +++++++++++++ 5 files changed, 618 insertions(+), 31 deletions(-) -- 2.43.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
