Re: [PATCH net-next] selftests: openvswitch: Test ICMP related matches work with SNAT

From: Aaron Conole
Date: Wed Jan 31 2024 - 11:44:43 EST


Brad Cowie <brad@xxxxxxxxx> 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-brad@xxxxxxxxx/
> Link: https://mail.openvswitch.org/pipermail/ovs-dev/2024-January/410476.html
> Suggested-by: Aaron Conole <aconole@xxxxxxxxxx>
> Signed-off-by: Brad Cowie <brad@xxxxxxxxx>
> ---

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 <aconole@xxxxxxxxxx>
Acked-by: Aaron Conole <aconole@xxxxxxxxxx>