vagrant/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 Fix `uninitialized constant` error in `vagrant powershell` command 2015-12-05 17:24:58 +03:00
communicators Use the correct option for sending the environment 2015-11-19 18:08:47 -08:00
guests Merge pull request #6582 from LalatenduMohanty/fedora-guest-detection 2015-11-23 17:04:03 -05:00
hosts install VB 5.0.10 2015-11-23 22:54:31 -08:00
kernel_v1 Support environment variable forwarding, fixes #4131 2015-11-19 16:25:54 -08:00
kernel_v2 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 Merge pull request #6649 from rickard-von-essen:issue-6636 2015-12-07 22:41:06 +01:00
pushes Use subprocess as a poor-man's exec for local-exec 2015-11-19 17:03:39 -08:00
synced_folders synced_folders/smb: use cred files [GH-4230] 2015-11-23 11:11:50 -08:00
README.md Add README to plugin directory 2012-04-18 17:48:06 -07:00

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.