diff --git a/Vagrantfile b/Vagrantfile index 61a4b3c..ca7721a 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -13,7 +13,7 @@ Vagrant.configure("2") do |config| end # Fixes a dhcp configuration conflict of the private network. -# Issue: https://github.com/hashicorp/vagrant/issues/3083 +# Issue: https://github.com/hashicorp/vagrant/issues/8878 class VagrantPlugins::ProviderVirtualBox::Action::Network def dhcp_server_matches_config?(dhcp_server, config) true