diff options
author | Hangbin Liu <liuhangbin@gmail.com> | 2024-06-03 17:30:19 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-06-05 10:52:04 +0100 |
commit | 712115a24b1a5318c10fc757d48d8f33815a6bfa (patch) | |
tree | a5a15065dd05fe4d2a7a91bcc2cef02143836fa9 /tools | |
parent | 1cd4bc987abb2823836cbb8f887026011ccddc8a (diff) |
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>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/net/hsr/config | 1 |
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 |