Brad Cowie <b...@faucet.nz> writes: > Add a test case for regression in openvswitch nat that was fixed by > commit e6345d2824a3 ("netfilter: nf_nat: fix action not being set for > all ct states"). > > Link: https://lore.kernel.org/netdev/20231221224311.130319-1-b...@faucet.nz/ > Link: https://mail.openvswitch.org/pipermail/ovs-dev/2024-January/410476.html > Suggested-by: Aaron Conole <acon...@redhat.com> > Signed-off-by: Brad Cowie <b...@faucet.nz> > ---
I tested this on a patched kernel and as well as an unpatched kernel and got the following: 6.5.5-200: TEST: ip4-nat-related: ICMP related matches work with SNAT [FAIL] 6.7.0 : TEST: ip4-nat-related: ICMP related matches work with SNAT [ OK ] Thanks for adding the test case! Tested-by: Aaron Conole <acon...@redhat.com> Acked-by: Aaron Conole <acon...@redhat.com>