Hello:
This patch was applied to netdev/net.git (main) by David S. Miller davem@davemloft.net:
On Thu, 7 Sep 2023 00:26:03 +0800 you wrote:
Starting with v197, systemd uses predictable interface network names, the traditional interface naming scheme (eth0) is deprecated, therefore it cannot be assumed that the eth0 interface exists on the host.
This modification makes the bind_bhash test program run in a separate network namespace and no longer needs to consider the name of the network interface on the host.
[...]
Here is the summary with links: - selftests/net: Improve bind_bhash.sh to accommodate predictable network interface names https://git.kernel.org/netdev/net/c/ced33ca07d8d
You are awesome, thank you!