diff options
author | Robert Göhler <github@ghlr.de> | 2024-05-11 22:25:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-11 22:25:13 +0200 |
commit | cab747169fc2571dd450888fd08420ea3dd9a078 (patch) | |
tree | 078210f66bcb8e17d11de5a7fe3d5572db2fc170 | |
parent | 3ed987e0f107c7d17cdf8cb0efa6cfc8ece8bf41 (diff) | |
parent | d6bb8e0c06c4007e25bb1a6648a2a1a8f0c398ad (diff) | |
download | vyos-documentation-cab747169fc2571dd450888fd08420ea3dd9a078.tar.gz vyos-documentation-cab747169fc2571dd450888fd08420ea3dd9a078.zip |
Merge pull request #1445 from vyos/mergify/bp/sagitta/pr-1444
Bond: T6303: add system mac documentation (backport #1444)
-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 |