Merge pull request #601 from theoden9014/master

Allow network gateway attr (fix)
This commit is contained in:
Gerben Meijer 2016-05-18 13:22:37 +02:00
commit 6bb9a984fc

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