vaguerent/templates/guests/freebsd/network_static.erb
2015-05-30 12:35:10 -07:00

7 lines
190 B
Plaintext

#VAGRANT-BEGIN
ifconfig_<%= ifname %>="inet <%= options[:ip] %> netmask <%= options[:netmask] %>"
<% if options[:gateway] %>
default_router="<%= options[:gateway] %>"
<% end %>
#VAGRANT-END