Message ID | 20240603093019.2125266-1-liuhangbin@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 712115a24b1a5318c10fc757d48d8f33815a6bfa |
Headers | show |
Series | [net] selftests: hsr: add missing config for CONFIG_BRIDGE | expand |
On Mon, Jun 03, 2024 at 05:30:19PM +0800, Hangbin Liu wrote: > 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>
Hello: This patch was applied to netdev/net.git (main) by David S. Miller <davem@davemloft.net>: On Mon, 3 Jun 2024 17:30:19 +0800 you wrote: > 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> > --- > tools/testing/selftests/net/hsr/config | 1 + > 1 file changed, 1 insertion(+) Here is the summary with links: - [net] selftests: hsr: add missing config for CONFIG_BRIDGE https://git.kernel.org/netdev/net/c/712115a24b1a You are awesome, thank you!
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
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> --- tools/testing/selftests/net/hsr/config | 1 + 1 file changed, 1 insertion(+)