mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00

Add a selftest to verify bonding behavior when `lacp_active` is set to `off`. The test checks the following: - The passive LACP bond should not send LACPDUs before receiving a partner's LACPDU. - The transmitted LACPDUs must not include the active flag. - After transitioning to EXPIRED and DEFAULTED states, the passive side should still not initiate LACPDUs. Signed-off-by: Hangbin Liu <liuhangbin@gmail.com> Link: https://patch.msgid.link/20250815062000.22220-4-liuhangbin@gmail.com Signed-off-by: Paolo Abeni <pabeni@redhat.com>
13 lines
221 B
Plaintext
13 lines
221 B
Plaintext
CONFIG_BONDING=y
|
|
CONFIG_BRIDGE=y
|
|
CONFIG_DUMMY=y
|
|
CONFIG_IPV6=y
|
|
CONFIG_MACVLAN=y
|
|
CONFIG_IPVLAN=y
|
|
CONFIG_NET_ACT_GACT=y
|
|
CONFIG_NET_CLS_FLOWER=y
|
|
CONFIG_NET_CLS_MATCHALL=m
|
|
CONFIG_NET_SCH_INGRESS=y
|
|
CONFIG_NLMON=y
|
|
CONFIG_VETH=y
|