8 network adapters, always
This commit is contained in:
parent
008ebb5afd
commit
cb1749b375
|
@ -238,7 +238,7 @@ module VagrantPlugins
|
|||
end
|
||||
|
||||
def max_network_adapters
|
||||
36
|
||||
8
|
||||
end
|
||||
|
||||
def read_forwarded_ports(uuid=nil, active_only=false)
|
||||
|
|
|
@ -348,7 +348,7 @@ module VagrantPlugins
|
|||
end
|
||||
|
||||
def max_network_adapters
|
||||
36
|
||||
8
|
||||
end
|
||||
|
||||
def read_forwarded_ports(uuid=nil, active_only=false)
|
||||
|
|
|
@ -344,7 +344,7 @@ module VagrantPlugins
|
|||
end
|
||||
|
||||
def max_network_adapters
|
||||
36
|
||||
8
|
||||
end
|
||||
|
||||
def read_forwarded_ports(uuid=nil, active_only=false)
|
||||
|
|
Loading…
Reference in New Issue