Fixed duplicate IPV6INIT lines from rhel/fedora network module.
This commit is contained in:
parent
61c3a1d3a3
commit
9c070ae932
1 changed files with 0 additions and 3 deletions
|
@ -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 -%>
|
||||
|
|
Loading…
Add table
Reference in a new issue