mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Merge pull request #601 from theoden9014/master
Allow network gateway attr (fix)
This commit is contained in:
commit
6bb9a984fc
@ -163,6 +163,7 @@ module VagrantPlugins
|
|||||||
:type => :static,
|
:type => :static,
|
||||||
:ip => options[:ip],
|
:ip => options[:ip],
|
||||||
:netmask => options[:netmask],
|
:netmask => options[:netmask],
|
||||||
|
:gateway => options[:gateway],
|
||||||
}.merge(network)
|
}.merge(network)
|
||||||
else
|
else
|
||||||
network[:type] = :dhcp
|
network[:type] = :dhcp
|
||||||
|
Loading…
Reference in New Issue
Block a user