Re: [PATCH net-next v3 2/2] selftests/net: add ICMP unreachable over IPsec tunnel

2024-05-07 Thread Sabrina Dubroca
Hi Antony, 2024-05-06, 10:05:54 +0200, Antony Antony wrote: > diff --git a/tools/testing/selftests/net/xfrm_state.sh > b/tools/testing/selftests/net/xfrm_state.sh > new file mode 100755 > index ..26eac013abcf > --- /dev/null > +++ b/tools/testing/selftests/net/xfrm_state.sh [...] >

Re: [PATCH net-next v3 2/2] selftests/net: add ICMP unreachable over IPsec tunnel

2024-05-06 Thread Jakub Kicinski
On Mon, 6 May 2024 17:37:54 +0200 Antony Antony wrote: > This appears to be an error from the v2 run, which was sent yesterday. > The v3 patch should have superseded it. > > The branch net-dev-testing/net-next-2024-05-06--12-00 contains the v2 patch. > I wonder if net-dev testing recognized v3

Re: [PATCH net-next v3 2/2] selftests/net: add ICMP unreachable over IPsec tunnel

2024-05-06 Thread Antony Antony
Hi Jakub, On Mon, May 06, 2024 at 06:28:30AM -0700, Jakub Kicinski via Devel wrote: > On Mon, 6 May 2024 10:05:54 +0200 Antony Antony wrote: > > Add IPsec tunnel, aka xfrm state, tests with ICMP flags enabled. > > IPv4 and IPv6, unreachable tests over xfrm/IPsec tunnels, > > xfrm SA with "flag

Re: [PATCH net-next v3 2/2] selftests/net: add ICMP unreachable over IPsec tunnel

2024-05-06 Thread Jakub Kicinski
On Mon, 6 May 2024 10:05:54 +0200 Antony Antony wrote: > Add IPsec tunnel, aka xfrm state, tests with ICMP flags enabled. > IPv4 and IPv6, unreachable tests over xfrm/IPsec tunnels, > xfrm SA with "flag icmp" set. Doesn't seem to work: # selftests: net: xfrm_state.sh # ./xfrm_state.sh: line 91:

[PATCH net-next v3 2/2] selftests/net: add ICMP unreachable over IPsec tunnel

2024-05-06 Thread Antony Antony
Add IPsec tunnel, aka xfrm state, tests with ICMP flags enabled. IPv4 and IPv6, unreachable tests over xfrm/IPsec tunnels, xfrm SA with "flag icmp" set. Signed-off-by: Antony Antony --- v2->v3: fix the IFS whitespace. It got mangled --- tools/testing/selftests/net/Makefile | 1 +