diff options
author | Hangbin Liu <liuhangbin@gmail.com> | 2021-08-02 11:02:19 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-08-03 11:50:22 +0100 |
commit | 3a755cd8b7c601f756cbbf908b84f7cc8c04a02b (patch) | |
tree | d410aa67420c4422cec1cd8a15cebd22b2cc9cf9 /Documentation/networking | |
parent | 2414d628042b61fc8af427a160379ff7e11fc59b (diff) | |
download | lwn-3a755cd8b7c601f756cbbf908b84f7cc8c04a02b.tar.gz lwn-3a755cd8b7c601f756cbbf908b84f7cc8c04a02b.zip |
bonding: add new option lacp_active
Add an option lacp_active, which is similar with team's runner.active.
This option specifies whether to send LACPDU frames periodically. If set
on, the LACPDU frames are sent along with the configured lacp_rate
setting. If set off, the LACPDU frames acts as "speak when spoken to".
Note, the LACPDU state frames still will be sent when init or unbind port.
v2: remove module parameter
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/bonding.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/networking/bonding.rst b/Documentation/networking/bonding.rst index 62f2aab8eaec..31cfd7d674a6 100644 --- a/Documentation/networking/bonding.rst +++ b/Documentation/networking/bonding.rst @@ -501,6 +501,18 @@ fail_over_mac This option was added in bonding version 3.2.0. The "follow" policy was added in bonding version 3.3.0. +lacp_active + Option specifying whether to send LACPDU frames periodically. + + off or 0 + LACPDU frames acts as "speak when spoken to". + + on or 1 + LACPDU frames are sent along the configured links + periodically. See lacp_rate for more details. + + The default is on. + lacp_rate Option specifying the rate in which we'll ask our link partner |