Dan Williams 49c4581a8c [fedora] honor MAC address when configuring networks
Configuring by :interface doesn't work very well because Vagrant has
no idea about what interfaces are present in the VM, for example if
the image has 'docker' installed but not biosdevname, then
interface_names[0] = "docker0" which is usually not what you want
mapped to the first network from the Vagrantfile.

So if the plugins (like vagrant-libvirt) or the Vagrantfile has
given us a network with a MAC address, use that to find the interface
name for the network.  Otherwise use slot numbers as before.
2015-06-30 16:43:36 -05:00
..
2014-12-13 21:08:31 +01:00
2015-01-05 18:29:01 -05:00
2015-01-05 18:29:01 -05:00
2015-04-20 14:56:26 -07:00
2013-11-27 09:38:28 +02:00
2014-10-23 10:12:27 -07:00
2014-10-24 13:52:35 -07:00