vagrant/plugins/guests
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
..
arch Fix line breaks 2014-12-13 21:08:31 +01:00
coreos Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
darwin Support insert_public_key and remove_public_key on darwin guest 2015-02-11 12:21:23 -05:00
debian Added specific support for Debian 8 (aka jessie) to permit proper vagrant halt execution 2015-02-20 20:15:05 +01:00
debian8 remove extra spaces on plugin.rb ;). 2015-02-20 20:49:50 +01:00
esxi Use -f argument to rm to force-remove files. 2014-08-29 10:51:31 +02:00
fedora [fedora] honor MAC address when configuring networks 2015-06-30 16:43:36 -05:00
freebsd Use .key? instead of .has_key? 2015-01-05 18:29:01 -05:00
funtoo Update configure_networks.rb for funtoo 2014-11-11 15:12:48 +01:00
gentoo Use -f argument to rm to force-remove files. 2014-08-29 10:51:31 +02:00
linux Use .key? instead of .has_key? 2015-01-05 18:29:01 -05:00
mint guests/mint: don't need to inherit from ubuntu class 2014-05-06 12:50:35 -07:00
netbsd guests: add remove_public_key to most guests 2014-10-24 10:05:01 -07:00
nixos guests/nixos: don't detect as Windows [GH-4302] 2014-08-06 11:17:41 -07:00
omnios Add mount_nfs_folder capability to omnios guests 2014-03-20 17:06:49 -04:00
openbsd guests: add remove_public_key to most guests 2014-10-24 10:05:01 -07:00
photon Added tests 2015-04-20 14:56:26 -07:00
pld require pld/cap/change_host_name 2013-11-27 09:38:28 +02:00
redhat Add Scientific Linux to RHEL 7 flavors. 2015-02-08 02:56:44 +02:00
smartos Ensure rsync_post has find permissions on smartos 2014-08-29 14:17:28 -07:00
solaris Add insert/remove public key guest capability for solaris (identical to linux) 2015-01-13 21:45:06 -05:00
solaris11 Copy linux support for insert_public_key and remove_public_key to solaris11. 2015-02-04 16:58:17 -06:00
suse update CHANGELOG 2014-10-23 10:12:27 -07:00
tinycore Add support for DHCP on tinycore 2014-10-24 13:52:35 -07:00
ubuntu A more reliable way to detect Ubuntu 2014-09-26 14:05:54 +02:00
windows Merge pull request #5261 from blairham/revert-4693-master 2015-02-24 09:59:53 -08:00