vagrant/test/unit/plugins
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
..
commands Lol whitespace [ci skip] 2015-11-24 16:36:36 -05:00
communicators/winrm fix more tests 2015-11-18 17:13:47 -08:00
guests remove failing test that was brittle 2015-11-23 12:11:48 -08:00
kernel_v2/config kernel/v2: fix a bug in WinRM port forwarding 2015-11-23 18:51:12 +01:00
providers Only consider the VM interfaces in the IPv6 fixup. 2015-12-08 10:44:07 -05:00
provisioners #3539 - Fixed syntax, language and logic according to comments made by reviewer in PR #6639 2015-12-04 10:05:07 +01:00
pushes more passing tests on Windows 2015-11-20 15:24:51 -08:00
synced_folders commands/rsync-auto: check machine ID prior to sync [GH-4031] 2014-08-06 16:56:09 -07:00