summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHangbin Liu <liuhangbin@gmail.com>2024-06-03 12:30:19 +0300
committerDavid S. Miller <davem@davemloft.net>2024-06-05 12:52:04 +0300
commit712115a24b1a5318c10fc757d48d8f33815a6bfa (patch)
treea5a15065dd05fe4d2a7a91bcc2cef02143836fa9
parent1cd4bc987abb2823836cbb8f887026011ccddc8a (diff)
downloadlinux-712115a24b1a5318c10fc757d48d8f33815a6bfa.tar.xz
selftests: hsr: add missing config for CONFIG_BRIDGE
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> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--tools/testing/selftests/net/hsr/config1
1 files changed, 1 insertions, 0 deletions
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