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 %}
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
IPV6INIT=no
|
IPV6INIT=no
|
||||||
|
IPV6_AUTOCONF=no
|
||||||
{% endif %}
|
{% endif %}
|
||||||
TYPE=Ethernet
|
TYPE=Ethernet
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue