2012-01-17 19:16:02 +00:00
|
|
|
#VAGRANT-BEGIN
|
|
|
|
# The contents below are automatically generated by Vagrant. Do not modify.
|
2016-06-23 01:33:59 +00:00
|
|
|
config_<%= options[:device] %>=("<%= options[:ip] %> netmask <%= options[:netmask] %>")
|
|
|
|
<% if options[:gateway] -%>
|
|
|
|
gateways_<%= options[:device] %>="<%= options[:gateway] %>"
|
|
|
|
<% end -%>
|
2012-01-17 19:16:02 +00:00
|
|
|
#VAGRANT-END
|