Hello:
This series was applied to netdev/net.git (master) by Paolo Abeni pabeni@redhat.com:
On Sun, 8 Jan 2023 16:45:31 +0100 you wrote:
l2_tos_ttl_inherit.sh uses a veth pair to run its tests, but only one of the veth interfaces runs in a dedicated netns. The other one remains in the initial namespace where the existing network configuration can interfere with the setup used for the tests.
Isolate both veth devices in their own netns and ensure everything gets cleaned up when the script exits.
[...]
Here is the summary with links: - [net,1/3] selftests/net: l2_tos_ttl_inherit.sh: Set IPv6 addresses with "nodad". https://git.kernel.org/netdev/net/c/e59370b2e96e - [net,2/3] selftests/net: l2_tos_ttl_inherit.sh: Run tests in their own netns. https://git.kernel.org/netdev/net/c/c53cb00f7983 - [net,3/3] selftests/net: l2_tos_ttl_inherit.sh: Ensure environment cleanup on failure. https://git.kernel.org/netdev/net/c/d68ff8ad3351
You are awesome, thank you!