Re: [PATCH net-next v5 5/5] selftests/net: add vxlan localbind selftest
From: Richard Gobert
Date: Wed Aug 13 2025 - 12:03:56 EST
Jakub Kicinski wrote:
> On Tue, 12 Aug 2025 14:51:55 +0200 Richard Gobert wrote:
>> +ip link help vxlan 2>&1 | grep -q "localbind"
>> +if [ $? -ne 0 ]; then
>> + echo "SKIP: iproute2 ip too old, missing VXLAN localbind support"
>> + exit $ksft_skip
>> +fi
>
> Could you add a link to a public GH with the iproute2 patches,
> or co-post them?
> https://www.kernel.org/doc/html/next/process/maintainer-netdev.html#co-posting-changes-to-user-space-components
Will do.