vagrant/plugins
Jose Luis Duran 93f02c67f8
FreeBSD: Simplify the listing of interfaces
According to ifconfig(8), to list only Ethernet interfaces, excluding
all other interface types, including the loopback interface, the command
to use should be:

    ifconfig -l ether

Related to: #8760
2019-03-29 02:47:39 -03:00
..
commands Fixes #10723: Fix bug instance var in Vagrant Cloud CLI optparse 2019-03-11 14:21:55 -07:00
communicators Remove require of net/sftp library 2019-03-20 13:02:08 -07:00
guests FreeBSD: Simplify the listing of interfaces 2019-03-29 02:47:39 -03:00
hosts Fix NFS capability detection on Void Linux 2019-03-05 10:03:52 -08:00
kernel_v1 Support environment variable forwarding, fixes #4131 2015-11-19 16:25:54 -08:00
kernel_v2 Merge pull request #10664 from chrisroberts/f-plugin-config-format 2019-02-12 10:00:14 -08:00
providers Add test for requesting public ip range for docker network provider 2019-03-22 09:02:40 -07:00
provisioners Update communicator upload behavior to handle `/.` path directives 2019-02-26 08:02:09 -08:00
pushes Provide custom error when attempting to push too many files with FTP 2018-06-26 08:28:01 -07:00
synced_folders Force removal of rsync tmp dir 2019-02-26 09:08:56 -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.