7 lines
190 B
Plaintext
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
|