Commit 712115a2 authored by Hangbin Liu's avatar Hangbin Liu Committed by David S. Miller

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: eafbf057 ("test: hsr: Extend the hsr_redbox.sh to have more SAN devices connected")
Signed-off-by: default avatarHangbin Liu <liuhangbin@gmail.com>
Tested-by: default avatarSimon Horman <horms@kernel.org>
Reviewed-by: default avatarSimon Horman <horms@kernel.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1cd4bc98
...@@ -2,3 +2,4 @@ CONFIG_IPV6=y ...@@ -2,3 +2,4 @@ CONFIG_IPV6=y
CONFIG_NET_SCH_NETEM=m CONFIG_NET_SCH_NETEM=m
CONFIG_HSR=y CONFIG_HSR=y
CONFIG_VETH=y CONFIG_VETH=y
CONFIG_BRIDGE=y
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment