9 lines
240 B
Plaintext
9 lines
240 B
Plaintext
|
Connection=ethernet
|
||
|
Description='A basic IPv6 ethernet connection'
|
||
|
Interface=<%= options[:device] %>
|
||
|
IP6=static
|
||
|
Address=('<%= options[:ip]%>/<%= options[:netmask] %>')
|
||
|
<% if options[:gateway] %>
|
||
|
Gateway='<%= options[:gateway] %>'
|
||
|
<% end %>
|