diff options
author | fett0 <fernando.gmaidana@gmail.com> | 2024-05-11 14:38:08 -0300 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-05-11 20:24:34 +0000 |
commit | d6bb8e0c06c4007e25bb1a6648a2a1a8f0c398ad (patch) | |
tree | 078210f66bcb8e17d11de5a7fe3d5572db2fc170 /docs | |
parent | 3ed987e0f107c7d17cdf8cb0efa6cfc8ece8bf41 (diff) | |
download | vyos-documentation-d6bb8e0c06c4007e25bb1a6648a2a1a8f0c398ad.tar.gz vyos-documentation-d6bb8e0c06c4007e25bb1a6648a2a1a8f0c398ad.zip |
Bond: T6303: add system mac documentation
(cherry picked from commit d67ef4144f73f007fe86101344ab6f367f0ef0ca)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/interfaces/bonding.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/configuration/interfaces/bonding.rst b/docs/configuration/interfaces/bonding.rst index 3c8ebd0d..a22d3ccb 100644 --- a/docs/configuration/interfaces/bonding.rst +++ b/docs/configuration/interfaces/bonding.rst @@ -156,6 +156,11 @@ Bond options The default value is slow. +.. cfgcmd:: set interfaces bonding <interface> system-mac <mac address> + + This option allow to specifies the 802.3ad system MAC address.You can set a + random mac-address that can be used for these LACPDU exchanges. + .. cfgcmd:: set interfaces bonding <interface> hash-policy <policy> * **layer2** - Uses XOR of hardware MAC addresses and packet type ID field |