diff options
author | Robert Göhler <github@ghlr.de> | 2024-05-11 22:23:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-11 22:23:21 +0200 |
commit | 1841f416afeeb7d2bb37540bbf7cb1d2af442a83 (patch) | |
tree | aed35bf26433a82992c7c92f83cb7e94dc1b717b | |
parent | 40fa9d8bfc9015e25cb84f7806f050d331bd6d39 (diff) | |
parent | d67ef4144f73f007fe86101344ab6f367f0ef0ca (diff) | |
download | vyos-documentation-1841f416afeeb7d2bb37540bbf7cb1d2af442a83.tar.gz vyos-documentation-1841f416afeeb7d2bb37540bbf7cb1d2af442a83.zip |
Merge pull request #1444 from fett0/bond-system-mac
Bond: T6303: add system mac documentation
-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 |