Fixes mitchellh/vagrant #3361 for VirtualBox 4.3.x
This commit is contained in:
parent
b52d60d178
commit
0314453f46
|
@ -110,7 +110,7 @@ module VagrantPlugins
|
||||||
|
|
||||||
if adapter[:hostonly]
|
if adapter[:hostonly]
|
||||||
args.concat(["--hostonlyadapter#{adapter[:adapter]}",
|
args.concat(["--hostonlyadapter#{adapter[:adapter]}",
|
||||||
adapter[:hostonly]])
|
adapter[:hostonly], "--cableconnected#{adapter[:adapter]}", "on"])
|
||||||
end
|
end
|
||||||
|
|
||||||
if adapter[:intnet]
|
if adapter[:intnet]
|
||||||
|
|
Loading…
Reference in New Issue