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 changed files with 3 additions and 0 deletions
|
@ -1,2 +1,5 @@
|
||||||
CONFIG_BONDING=y
|
CONFIG_BONDING=y
|
||||||
|
CONFIG_BRIDGE=y
|
||||||
|
CONFIG_DUMMY=y
|
||||||
CONFIG_MACVLAN=y
|
CONFIG_MACVLAN=y
|
||||||
|
CONFIG_VETH=y
|
||||||
|
|
Loading…
Add table
Reference in a new issue