Allow network gateway attr

This commit is contained in:
kaneko 2016-05-18 18:29:55 +09:00
parent 7d2e1e9b8e
commit 7c027f02b2

View File

@ -163,6 +163,7 @@ module VagrantPlugins
:type => :static,
:ip => options[:ip],
:netmask => options[:netmask],
:gateway => options[:gateway],
}.merge(network)
else
network[:type] = :dhcp