Skip to content

Commit 03fb856

Browse files
committed
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: bbb774d ("net: Add tests for bonding and team address list management") Fixes: c078290 ("selftests: include bonding tests into the kselftest infra") Acked-by: Muhammad Usama Anjum <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 4697381 commit 03fb856

File tree

1 file changed

+3
-0
lines changed
  • tools/testing/selftests/drivers/net/bonding

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
CONFIG_BONDING=y
2+
CONFIG_BRIDGE=y
3+
CONFIG_DUMMY=y
24
CONFIG_MACVLAN=y
5+
CONFIG_VETH=y

0 commit comments

Comments
 (0)