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
|
||||
|
||||
autostart_network if @interface_network[:autostart].nil?
|
||||
activate_network if @interface_network[:active].nil?
|
||||
autostart_network if !@interface_network[:autostart]
|
||||
activate_network if !@interface_network[:active]
|
||||
end
|
||||
|
||||
@app.call(env)
|
||||
|
Loading…
Reference in New Issue
Block a user