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 -%>
|
<% end -%>
|
||||||
ONBOOT=yes
|
ONBOOT=yes
|
||||||
BOOTPROTO=<%= proto %>
|
BOOTPROTO=<%= proto %>
|
||||||
<% if proto == 'none' -%>
|
|
||||||
IPV6INIT=no
|
|
||||||
<% end -%>
|
|
||||||
<% if ipaddr != 'none' -%>
|
<% if ipaddr != 'none' -%>
|
||||||
IPADDR=<%= ipaddr %>
|
IPADDR=<%= ipaddr %>
|
||||||
<% end -%>
|
<% end -%>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue