From 9c070ae932dd16906aea39bd01a0098b4617599d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Sun, 16 May 2010 16:11:29 +0300 Subject: [PATCH] Fixed duplicate IPV6INIT lines from rhel/fedora network module. --- network/templates/ifcfg-if.erb | 3 --- 1 file changed, 3 deletions(-) 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 -%>