2016-06-23 01:37:01 +00:00
|
|
|
#VAGRANT-BEGIN
|
|
|
|
# The contents below are automatically generated by Vagrant. Do not modify.
|
2017-04-24 15:53:45 +00:00
|
|
|
NM_CONTROLLED=<%= options.fetch(:nm_controlled, "no") %>
|
2016-06-23 02:49:33 +00:00
|
|
|
BOOTPROTO=static
|
|
|
|
ONBOOT=yes
|
|
|
|
DEVICE=<%= options[:device] %>
|
|
|
|
IPV6INIT=yes
|
|
|
|
IPV6ADDR=<%= options[:ip] %>/<%= options[:netmask] %>
|
|
|
|
<% if options[:gateway] -%>
|
|
|
|
IPV6_DEFAULTGW=<%= options[:gateway] %>
|
2016-06-23 01:37:01 +00:00
|
|
|
<% end %>
|
|
|
|
#VAGRANT-END
|