vagrant/plugins/providers/virtualbox
Paul Hinze 24b6f21d1d providers/virtualbox: extract reading dhcpservers from hostonlyifs
This is just a refactor, no behavior change.

Instead of stitching together dhcpserver info in the structure returned
from `read_host_only_interfaces`, sprout a new driver method called
`read_dhcp_servers` to return that information separately.

This means that driver clients (well there's really only _one_ client in
`ProviderVirtualBox::Action::Network`) have to do a bit more work to get
interface and DHCP server information.

But this gives us (a) a cleaner and more consistent driver interface and
(b) groundwork for a fix for #3083, which will require interacting with
DHCP servers outside of the context of host-only interfaces.
2014-11-30 22:03:52 -06:00
..
action providers/virtualbox: extract reading dhcpservers from hostonlyifs 2014-11-30 22:03:52 -06:00
driver providers/virtualbox: extract reading dhcpservers from hostonlyifs 2014-11-30 22:03:52 -06:00
model Forwarded ports don't auto-correct by default [GH-1701] 2013-07-20 00:15:11 -04:00
util core: set `disabled: true` for disabling forwarded port [GH-1922] 2013-08-29 12:25:53 -07:00
action.rb providers/virtualbox: define a sync_folders action to setup NFS 2014-10-22 09:26:38 -07:00
cap.rb guests/windows: configure networks 2014-04-21 13:51:09 -07:00
config.rb providers/virtualbox: merge customizations properly 2014-04-21 13:56:32 -07:00
plugin.rb providers/virtualbox: higher priority than default 2014-05-05 21:13:56 -07:00
provider.rb Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
synced_folder.rb Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00