network: Fix disabling IPv6 address on RHEL
When setting IPv6 addr to none interfaces were still autoconfigured using router advertisements. This is now fixed.
This commit is contained in:
parent
89eec4e1c5
commit
786b8699ff
1 changed files with 1 additions and 0 deletions
|
@ -37,5 +37,6 @@ IPV6ADDR="{{ item.ip6addr }}"
|
|||
{% endif %}
|
||||
{% else %}
|
||||
IPV6INIT=no
|
||||
IPV6_AUTOCONF=no
|
||||
{% endif %}
|
||||
TYPE=Ethernet
|
||||
|
|
Loading…
Add table
Reference in a new issue