Fixed duplicate IPV6INIT lines from rhel/fedora network module.

This commit is contained in:
Timo Mkinen 2010-05-16 16:11:29 +03:00
parent 61c3a1d3a3
commit 9c070ae932

View file

@ -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 -%>