mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Merge pull request #64 from sciurus/network_activation
Autostart and activate networks that are not already autostarted or activated
This commit is contained in:
commit
672cb649ce
@ -76,8 +76,8 @@ module VagrantPlugins
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
autostart_network if @interface_network[:autostart].nil?
|
autostart_network if !@interface_network[:autostart]
|
||||||
activate_network if @interface_network[:active].nil?
|
activate_network if !@interface_network[:active]
|
||||||
end
|
end
|
||||||
|
|
||||||
@app.call(env)
|
@app.call(env)
|
||||||
|
Loading…
Reference in New Issue
Block a user