mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
selftests: bonding: add missing build configs
bonding tests also try to create bridge, veth and dummy interfaces. These are not currently listed in config. Fixes:bbb774d921
("net: Add tests for bonding and team address list management") Fixes:c078290a2b
("selftests: include bonding tests into the kselftest infra") Acked-by: Muhammad Usama Anjum <usama.anjum@collabora.com> Link: https://lore.kernel.org/r/20240116020201.1883023-1-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
4697381bd0
commit
03fb8565c8
@ -1,2 +1,5 @@
|
||||
CONFIG_BONDING=y
|
||||
CONFIG_BRIDGE=y
|
||||
CONFIG_DUMMY=y
|
||||
CONFIG_MACVLAN=y
|
||||
CONFIG_VETH=y
|
||||
|
Loading…
Reference in New Issue
Block a user