diff options
| author | Christian Poessinger <christian@poessinger.com> | 2021-05-13 10:56:44 +0200 | 
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2021-05-13 10:56:44 +0200 | 
| commit | 9be325f7370d955f252f3ea46a4c5689e6dc7017 (patch) | |
| tree | 40e939aaf9e490f9288ea05e4926095f6febfc2d | |
| parent | 4d6a47d9936aa4a331e9c2ab854daa195b67bbc5 (diff) | |
| download | vyos-documentation-9be325f7370d955f252f3ea46a4c5689e6dc7017.tar.gz vyos-documentation-9be325f7370d955f252f3ea46a4c5689e6dc7017.zip  | |
bond: add documentation for lacp-rate
| -rw-r--r-- | docs/configuration/interfaces/bonding.rst | 13 | 
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/configuration/interfaces/bonding.rst b/docs/configuration/interfaces/bonding.rst index bf7cfc2c..d19ecb59 100644 --- a/docs/configuration/interfaces/bonding.rst +++ b/docs/configuration/interfaces/bonding.rst @@ -141,6 +141,19 @@ Bond options        available link, setting this option to 0 or to 1 has the exact same        effect. +.. cfgcmd:: set interfaces bonding <interface> lacp-rate <slow|fast> + +   Option specifying the rate in which we'll ask our link partner to transmit +   LACPDU packets in 802.3ad mode. + +   This option only affects 802.3ad mode. + +   * slow: Request partner to transmit LACPDUs every 30 seconds + +   * fast: Request partner to transmit LACPDUs every 1 second + +   The default value is slow. +  .. cfgcmd:: set interfaces bonding <interface> hash-policy <policy>     * **layer2** - Uses XOR of hardware MAC addresses and packet type ID field  | 
