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:
Timo Makinen 2021-03-23 16:30:57 +00:00
parent 89eec4e1c5
commit 786b8699ff

View file

@ -37,5 +37,6 @@ IPV6ADDR="{{ item.ip6addr }}"
{% endif %}
{% else %}
IPV6INIT=no
IPV6_AUTOCONF=no
{% endif %}
TYPE=Ethernet