[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250813073451.159c5904@kernel.org>
Date: Wed, 13 Aug 2025 07:34:51 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Richard Gobert <richardbgobert@...il.com>
Cc: netdev@...r.kernel.org, davem@...emloft.net, edumazet@...gle.com,
pabeni@...hat.com, horms@...nel.org, donald.hunter@...il.com,
andrew+netdev@...n.ch, dsahern@...nel.org, shuah@...nel.org,
daniel@...earbox.net, jacob.e.keller@...el.com, razor@...ckwall.org,
idosch@...dia.com, petrm@...dia.com, menglong8.dong@...il.com,
martin.lau@...nel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next v5 5/5] selftests/net: add vxlan localbind
selftest
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
Powered by blists - more mailing lists