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