GNOME Bugzilla – Bug 731057
Bridges can't be forced to have fixed MAC addresses
Last modified: 2014-06-01 19:04:45 UTC
Looking at the bridges configuration state, a MAC address doesn't seem to be one of the attributes. This is unfortunate, since if you're using virtualization (KVM+virt-manager, for instance) for network testing with bridges between VM instances, you'd want to have your bridges always come up with the same MAC addresses for reproducibility in automated testing. I've also tried to create a slave Ethernet device called "vnet0" and bind it to the bridge, but every time I do: nmcli connection edit "Virtual Ethernet 0" set connection.master 66ce6658-36f7-8b22-55c4-48c55a074e14 save quit nmcli connection edit "Virtual Ethernet 0" print connection the "master" attribute has gone away.
In one of those crazy timing coincidences that occasionally happens, this was fixed in git master on Friday. :) (There will be a 0.9.10 release some time this month, which will include this functionality.) *** This bug has been marked as a duplicate of bug 729844 ***