vagrant/plugins/providers/virtualbox
Mitchell Hashimoto 061a91d09b providers/virtualbox: workaround IPv6 routing bug in VB
VirtualBox has a bug where the IPv6 route is lost on every other
configuration of a host-only network. This is also triggered when a VM
is booted.

To fix this, we test the route-ability of all IPv6 networks, and
reconfigure if necessary. This is very fast but we still only do this if
we have any IPv6 networks.
2015-09-30 18:19:37 -07:00
..
action providers/virtualbox: workaround IPv6 routing bug in VB 2015-09-30 18:19:37 -07:00
driver providers/virtualbox: workaround IPv6 routing bug in VB 2015-09-30 18:19:37 -07:00
model Use .key? instead of .has_key? 2015-01-05 18:29:01 -05:00
util core: set `disabled: true` for disabling forwarded port [GH-1922] 2013-08-29 12:25:53 -07:00
action.rb providers/virtualbox: workaround IPv6 routing bug in VB 2015-09-30 18:19:37 -07:00
cap.rb guests/windows: configure networks 2014-04-21 13:51:09 -07:00
config.rb providers/virtualbox: Add 'post-comm' to the list of valid events 2014-12-21 01:09:55 +03:00
plugin.rb Support Virtualbox 5.0 (beta) by adding a driver, referencing it in the list of acceptable versions/drivers, and autoloading the file in the virtualbox plugin file. 2015-04-28 17:53:48 +02:00
provider.rb providers/virtualbox: fix bug, make message clearer 2015-07-06 18:18:13 -06:00
synced_folder.rb Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00