Hello:
This patch was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Wed, 23 Jul 2025 10:35:06 -0700 you wrote:
Extend the `check_for_dependencies()` function in `lib_netcons.sh` to check whether IPv6 is enabled by verifying the existence of `/proc/net/if_inet6`. Having IPv6 is a now a dependency of netconsole tests. If the file does not exist, the script will skip the test with an appropriate message suggesting to verify if `CONFIG_IPV6` is enabled.
This prevents the test to misbehave if IPv6 is not configured.
[...]
Here is the summary with links: - [net-next] selftests: net: Skip test if IPv6 is not configured https://git.kernel.org/netdev/net-next/c/5ec9b15d8dfa
You are awesome, thank you!