8 network adapters, always

This commit is contained in:
Seth Vargo 2016-06-11 20:00:16 +02:00
parent 008ebb5afd
commit cb1749b375
No known key found for this signature in database
GPG Key ID: 905A90C2949E8787
3 changed files with 3 additions and 3 deletions

View File

@ -238,7 +238,7 @@ module VagrantPlugins
end end
def max_network_adapters def max_network_adapters
36 8
end end
def read_forwarded_ports(uuid=nil, active_only=false) def read_forwarded_ports(uuid=nil, active_only=false)

View File

@ -348,7 +348,7 @@ module VagrantPlugins
end end
def max_network_adapters def max_network_adapters
36 8
end end
def read_forwarded_ports(uuid=nil, active_only=false) def read_forwarded_ports(uuid=nil, active_only=false)

View File

@ -344,7 +344,7 @@ module VagrantPlugins
end end
def max_network_adapters def max_network_adapters
36 8
end end
def read_forwarded_ports(uuid=nil, active_only=false) def read_forwarded_ports(uuid=nil, active_only=false)