]> www.infradead.org Git - users/willy/pagecache.git/commitdiff
selftests: hsr: add missing config for CONFIG_BRIDGE
authorHangbin Liu <liuhangbin@gmail.com>
Mon, 3 Jun 2024 09:30:19 +0000 (17:30 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 5 Jun 2024 09:52:04 +0000 (10:52 +0100)
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>
tools/testing/selftests/net/hsr/config

index 22061204fb691298e6004aaec1839d011bd17ecb..241542441c5177f60f08963f0b63d456d0ecfdbc 100644 (file)
@@ -2,3 +2,4 @@ CONFIG_IPV6=y
 CONFIG_NET_SCH_NETEM=m
 CONFIG_HSR=y
 CONFIG_VETH=y
+CONFIG_BRIDGE=y