Bugfix for github issue 2890.
Changing default behavior of vagrant up to enable "cableconnected" on bridged network devices
This commit is contained in:
parent
4f0eb9504c
commit
cd0c7dfbd9
|
@ -105,7 +105,7 @@ module VagrantPlugins
|
|||
|
||||
if adapter[:bridge]
|
||||
args.concat(["--bridgeadapter#{adapter[:adapter]}",
|
||||
adapter[:bridge]])
|
||||
adapter[:bridge], "--cableconnected#{adapter[:adapter]}", "on"])
|
||||
end
|
||||
|
||||
if adapter[:hostonly]
|
||||
|
|
Loading…
Reference in New Issue