2015-10-01 00:23:25 +00:00
|
|
|
#VAGRANT-BEGIN
|
|
|
|
# The contents below are automatically generated by Vagrant. Do not modify.
|
2016-06-06 15:36:59 +00:00
|
|
|
auto <%= options[:device] %>
|
|
|
|
iface <%= options[:device] %> inet6 static
|
2015-10-01 00:23:25 +00:00
|
|
|
address <%= options[:ip] %>
|
|
|
|
netmask <%= options[:netmask] %>
|
|
|
|
<% if options[:gateway] %>
|
|
|
|
gateway <%= options[:gateway] %>
|
|
|
|
<% end %>
|
|
|
|
#VAGRANT-END
|