2012-01-17 19:16:02 +00:00
|
|
|
#VAGRANT-BEGIN
|
|
|
|
# The contents below are automatically generated by Vagrant. Do not modify.
|
|
|
|
config_eth<%= options[:interface] %>=("<%= options[:ip] %> netmask <%= options[:netmask] %>")
|
2015-05-15 16:54:57 +00:00
|
|
|
<% if options[:gateway] %>
|
|
|
|
gateways_eth<%= options[:interface] %>="<%= options[:gateway] %>"
|
|
|
|
<% end %>
|
2012-01-17 19:16:02 +00:00
|
|
|
#VAGRANT-END
|