network icon indicating copy to clipboard operation
network copied to clipboard

How to setup MAC address of bonded interface?

Open Hoeze opened this issue 2 years ago • 3 comments

Hi, how would I setup a bonded interface with my own specified MAC address?

Hoeze avatar Jul 08 '22 13:07 Hoeze

In other words, how to set cloned-mac-address for (bonded) interfaces?

Hoeze avatar Jul 08 '22 13:07 Hoeze

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

liangwen12year avatar Jul 13 '22 21:07 liangwen12year

https://github.com/linux-system-roles/network/pull/525, this PR supports the cloned-mac-address.

liangwen12year avatar Sep 15 '22 22:09 liangwen12year