Skip to content

Commit 712115a

Browse files
liuhangbindavem330
authored andcommitted
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: eafbf05 ("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>
1 parent 1cd4bc9 commit 712115a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • tools/testing/selftests/net/hsr

tools/testing/selftests/net/hsr/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ CONFIG_IPV6=y
22
CONFIG_NET_SCH_NETEM=m
33
CONFIG_HSR=y
44
CONFIG_VETH=y
5+
CONFIG_BRIDGE=y

0 commit comments

Comments
 (0)