possible. Add fail when trying to set custom IPv6 routes. Someone will fix it someday when there's need.
3 lines
125 B
Text
3 lines
125 B
Text
ADDRESS0=<%= name.split('/')[0] %>
|
|
NETMASK0=<%= name.split('/')[1] %>
|
|
<% if gateway != "" %>GATEWAY0=<%= gateway %><% end %>
|