vagrant/test/unit/plugins/providers/virtualbox
Timur Alperovich bcf61d001b Only consider the VM interfaces in the IPv6 fixup.
Vagrant should only consider the host-only interfaces used by the
virtual machine in the IPv6 fixup code. There may be other interfaces
present on the system with IPv6 addresses that for various reasons
would fail the routing check (for example, an interface with no
machines attached).

The patch changes the behavior to not scan all of the host-only
interfaces and adds a unit test for the behavior (that the correct IP
is validated).

Lastly, there is a small fix here that may not be an issue for most
people where the IPv6 prefix was asummed to be a multiple of 16 for
the purposes of constructing the UDP probe datagram. This assumption
has been removed.

Fixes #6586
2015-12-08 10:44:07 -05:00
..
action Only consider the VM interfaces in the IPv6 fixup. 2015-12-08 10:44:07 -05:00
cap Add public_address cap for VirtualBox 2015-11-23 16:23:22 -05:00
driver core: clean up tests for synced folder built-ins 2013-12-03 18:30:59 -08:00
support/shared test: test IPv6 2015-10-01 08:47:25 -04:00
base.rb providers/virtualbox: support DHCP interfaces for NFS 2013-12-03 10:21:28 -05:00
cap_test.rb Fix cap test 2015-11-24 16:41:13 -05:00
config_test.rb providers/virtualbox: merge customizations properly 2014-04-21 13:56:32 -07:00
synced_folder_test.rb Squash the f-docker-hostmachine branch. 2014-04-21 13:54:33 -07:00