]> xenbits.xensource.com Git - libvirt.git/commit
Generate a MAC when loading a config instead of package update
authorJán Tomko <jtomko@redhat.com>
Tue, 11 Nov 2014 08:16:09 +0000 (09:16 +0100)
committerJán Tomko <jtomko@redhat.com>
Tue, 2 Dec 2014 14:56:33 +0000 (15:56 +0100)
commita47ae7c004e92f959b45808ca82326e8559c2f61
treef75fe4fbedb4ff075a9223f2cd1c577481e26949
parentc9c7a2bd964d02f1c1ffc542cb18bf851852dd37
Generate a MAC when loading a config instead of package update

Partially reverts commit 5754dbd.

The code in the specfile adds a MAC address to every <bridge>,
even for <forward mode='bridge'> for which we don't support
changing MAC addresses.

Remove it completely. For new networks, we have been adding
MAC addresses on definition/creation since the commit mentioned above.
For existing networks (pre-0.9.0), the MAC is added by this commit.

https://bugzilla.redhat.com/show_bug.cgi?id=1156367
libvirt.spec.in
src/conf/network_conf.c