Re: [PATCH net-next v2 14/14] selftests: forwarding: Add a test for verifying VXLAN MC underlay
From: Jakub Kicinski <kuba@kernel.org>
Date: 2025-06-13 16:57:56
Also in:
linux-kselftest
From: Jakub Kicinski <kuba@kernel.org>
Date: 2025-06-13 16:57:56
Also in:
linux-kselftest
On Thu, 12 Jun 2025 22:10:48 +0200 Petr Machata wrote:
Add tests for MC-routing underlay VXLAN traffic.
Signed-off-by: Petr Machata <petrm@nvidia.com>
---
Notes:
v2:
- Adjust as per shellcheck citationsNoob question - would we also be able to squash the unreachable code warnings if we declared ALL_TESTS as an array instead of a string? IDK if there's any trick we could use to make shellcheck stop complaining. Not blocking the series, obviously. CC Matthieu, I presume you may have already investigated this :)