mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 14:12:07 +02:00
There are currently no kernel tests that verify the effect of setting the enabled team driver option. In a followup patch, there will be changes to this option, so it will be important to make sure it still behaves as it does now. The test verifies that tcp continues to work across two different team devices in separate network namespaces, even when member links are manually disabled. Signed-off-by: Marc Harvey <marcharvey@google.com> Reviewed-by: Kuniyuki Iwashima <kuniyu@google.com> Link: https://patch.msgid.link/20260409-teaming-driver-internal-v7-4-f47e7589685d@google.com Signed-off-by: Paolo Abeni <pabeni@redhat.com>
14 lines
301 B
Plaintext
14 lines
301 B
Plaintext
CONFIG_BONDING=y
|
|
CONFIG_DUMMY=y
|
|
CONFIG_IPV6=y
|
|
CONFIG_MACVLAN=y
|
|
CONFIG_NETDEVSIM=m
|
|
CONFIG_NET_IPGRE=y
|
|
CONFIG_NET_TEAM=y
|
|
CONFIG_NET_TEAM_MODE_ACTIVEBACKUP=y
|
|
CONFIG_NET_TEAM_MODE_BROADCAST=y
|
|
CONFIG_NET_TEAM_MODE_LOADBALANCE=y
|
|
CONFIG_NET_TEAM_MODE_RANDOM=y
|
|
CONFIG_NET_TEAM_MODE_ROUNDROBIN=y
|
|
CONFIG_VETH=y
|