bcf61d001b
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 |
||
---|---|---|
.. | ||
commands | ||
communicators | ||
guests | ||
hosts | ||
kernel_v1 | ||
kernel_v2 | ||
providers | ||
provisioners | ||
pushes | ||
synced_folders | ||
README.md |
README.md
Vagrant Core Plugins
These are plugins that ship with Vagrant. Vagrant core uses its own plugin system to power a lot of the core pieces that ship with Vagrant. Each plugin will have its own README which explains its specific role.