[libvirt] [PATCH] Use the same MAC address that is defined in domain XML for attached-mac field.

Laine Stump laine at laine.org
Fri Mar 2 09:13:28 UTC 2012


On 02/16/2012 06:49 PM, Ansis Atteka wrote:
> Currently libvirt sets the attached-mac to altered MAC address that has
> first byte set to FE. This patch will change that behavior by using the
> original (unaltered) MAC address from the domain XML configuration file.

Okay, after much discussion, and pairing this patch with another that
combines the now-three bools in the arglist of
virNetDevTapCreateInBridgePort into a single "flags" to make it easier
to understand:

ACK.

I wrote a more descriptive commit notice for this patch (explaining how
the whole 0xFE thing works and why), and pushed it together with the
aforementioned 3 x bool --> 1 flags patch.

Thanks for your patience :-)




More information about the libvir-list mailing list