Updated ./plugins/providers/virtualbox/driver/base.rb file, set max_network_adapters to 36 for Virtualbox so all 36 adapters are cleared prior to programming interfaces. This fix is per issue 7286 --> https://github.com/mitchellh/vagrant/issues/7286
This commit is contained in:
parent
788bd557c4
commit
45e52e3bf1
|
@ -178,7 +178,7 @@ module VagrantPlugins
|
|||
|
||||
# Returns the maximum number of network adapters.
|
||||
def max_network_adapters
|
||||
8
|
||||
36
|
||||
end
|
||||
|
||||
# Returns a list of forwarded ports for a VM.
|
||||
|
|
Loading…
Reference in New Issue