Fixes mitchellh/vagrant #3361 for VirtualBox 4.3.x, including internal networks
This commit is contained in:
parent
cd6f24b2d9
commit
094be9dc50
|
@ -115,7 +115,7 @@ module VagrantPlugins
|
||||||
|
|
||||||
if adapter[:intnet]
|
if adapter[:intnet]
|
||||||
args.concat(["--intnet#{adapter[:adapter]}",
|
args.concat(["--intnet#{adapter[:adapter]}",
|
||||||
adapter[:intnet]])
|
adapter[:intnet], "--cableconnected#{adapter[:adapter]}", "on"])
|
||||||
end
|
end
|
||||||
|
|
||||||
if adapter[:mac_address]
|
if adapter[:mac_address]
|
||||||
|
|
Loading…
Reference in New Issue