vagrant/plugins/providers/virtualbox
Chris Roberts 4bc8cc7563 Filter any machine_ip when preparing the NFS settings
When preparing the NFS settings on VirtualBox the guest IP addresses
are pulled from VirtualBox directly and any static addresses are
pulled as well. This can lead to aquiring a host IP and machine IP
but results in a failure of NFS mount because the IPs are not on
the same network. This filters the machine IP result to validate
it is within the host adapter IP range.
2017-07-24 14:02:15 -07:00
..
action Filter any machine_ip when preparing the NFS settings 2017-07-24 14:02:15 -07:00
cap Add public_address cap for VirtualBox 2015-11-23 16:23:22 -05:00
driver Properly handle exception raised when property does not exist 2017-06-19 14:04:57 -07:00
model Use .key? instead of .has_key? 2015-01-05 18:29:01 -05:00
util Fix for #4608 2016-02-14 22:16:24 +11:00
action.rb (#7188) Clean up vagrant snapshot restore/delete error messages 2017-06-07 09:12:20 -07:00
cap.rb Return nil if the VM is not running when looking at forwarded ports 2015-11-24 16:33:09 -05:00
config.rb providers/virtualbox: ability to customize linked clone snapshot 2015-10-08 11:58:47 -04:00
plugin.rb Add VirtualBox 5.1 driver 2016-07-13 15:34:25 +03:00
provider.rb Support running Vagrant within the Windows Subsystem for Linux 2017-05-08 10:21:01 -07:00
synced_folder.rb Escape backward slashes in vbox share name 2017-04-02 13:05:23 +02:00