hsr_redbox.sh test need to create bridge for testing. Add the missing config CONFIG_BRIDGE in config file.
Fixes: eafbf0574e05 ("test: hsr: Extend the hsr_redbox.sh to have more SAN devices connected") Signed-off-by: Hangbin Liu liuhangbin@gmail.com --- tools/testing/selftests/net/hsr/config | 1 + 1 file changed, 1 insertion(+)
diff --git a/tools/testing/selftests/net/hsr/config b/tools/testing/selftests/net/hsr/config index 22061204fb69..241542441c51 100644 --- a/tools/testing/selftests/net/hsr/config +++ b/tools/testing/selftests/net/hsr/config @@ -2,3 +2,4 @@ CONFIG_IPV6=y CONFIG_NET_SCH_NETEM=m CONFIG_HSR=y CONFIG_VETH=y +CONFIG_BRIDGE=y
On Mon, Jun 03, 2024 at 05:30:19PM +0800, Hangbin Liu wrote:
hsr_redbox.sh test need to create bridge for testing. Add the missing config CONFIG_BRIDGE in config file.
Fixes: eafbf0574e05 ("test: hsr: Extend the hsr_redbox.sh to have more SAN devices connected") Signed-off-by: Hangbin Liu liuhangbin@gmail.com
Tested-by: Simon Horman horms@kernel.org Reviewed-by: Simon Horman horms@kernel.org
Hello:
This patch was applied to netdev/net.git (main) by David S. Miller davem@davemloft.net:
On Mon, 3 Jun 2024 17:30:19 +0800 you wrote:
hsr_redbox.sh test need to create bridge for testing. Add the missing config CONFIG_BRIDGE in config file.
Fixes: eafbf0574e05 ("test: hsr: Extend the hsr_redbox.sh to have more SAN devices connected") Signed-off-by: Hangbin Liu liuhangbin@gmail.com
tools/testing/selftests/net/hsr/config | 1 + 1 file changed, 1 insertion(+)
Here is the summary with links: - [net] selftests: hsr: add missing config for CONFIG_BRIDGE https://git.kernel.org/netdev/net/c/712115a24b1a
You are awesome, thank you!
linux-kselftest-mirror@lists.linaro.org