On Mon, Mar 5, 2018 at 9:39 PM, Or Gerlitz <gerlitz...@gmail.com> wrote: > On Mon, Mar 5, 2018 at 3:28 PM, John Hurley <john.hur...@netronome.com> wrote: >> A representor hardware address does not have any meaning outside of the >> kernel netdev/networking stack. Thus there is no need for any app specific >> code for setting a representors hardware address, the default eth_mac_addr >> is sufficient. > > where did you need that? does libvirt attempts to change the mac address or > it's for bonding to call, worth mentioning the use-case in the change log
Hi Or, yes, setting the mac is required to add the repr to a linux bond. I agree, I should add the use case here. Thanks