diff --git a/network/templates/ifcfg-if.erb b/network/templates/ifcfg-if.erb index 43ef11f..de8e930 100644 --- a/network/templates/ifcfg-if.erb +++ b/network/templates/ifcfg-if.erb @@ -4,9 +4,6 @@ HWADDR=<%= scope.lookupvar("macaddress_" + name) %> <% end -%> ONBOOT=yes BOOTPROTO=<%= proto %> -<% if proto == 'none' -%> -IPV6INIT=no -<% end -%> <% if ipaddr != 'none' -%> IPADDR=<%= ipaddr %> <% end -%>