network
network copied to clipboard
How to setup MAC address of bonded interface?
Hi, how would I setup a bonded interface with my own specified MAC address?
In other words, how to set cloned-mac-address
for (bonded) interfaces?
Currently, a 'mac' address is only allowed for type 'ethernet' or 'infiniband'
[1], but it can be a feature candidate for the next release.
[1] https://github.com/linux-system-roles/network/blob/main/module_utils/network_lsr/argument_validator.py#L2041
https://github.com/linux-system-roles/network/pull/525, this PR supports the cloned-mac-address
.