Hello:
This series was applied to netdev/net.git (main) by Paolo Abeni pabeni@redhat.com:
On Fri, 15 Aug 2025 06:19:57 +0000 you wrote:
This patch fixes unstable LACP negotiation when bonding is configured in passive mode (`lacp_active=off`).
Previously, the actor would stop sending LACPDUs after initial negotiation succeeded, leading to the partner timing out and restarting the negotiation cycle. This resulted in continuous LACP state flapping.
[...]
Here is the summary with links: - [PATCHv3,net,1/3] bonding: update LACP activity flag after setting lacp_active https://git.kernel.org/netdev/net/c/b64d035f77b1 - [PATCHv3,net,2/3] bonding: send LACPDUs periodically in passive mode after receiving partner's LACPDU https://git.kernel.org/netdev/net/c/0599640a21e9 - [PATCHv3,net,3/3] selftests: bonding: add test for passive LACP mode https://git.kernel.org/netdev/net/c/87951b566446
You are awesome, thank you!