master #2

Open
polz wants to merge 32 commits from polz/servers:master into master
Showing only changes of commit 286321548d - Show all commits

View file

@ -47,7 +47,7 @@ iface {{ iface.name }}
{% endfor -%} {% endfor -%}
{# disable SLAAC if we have a manually set IPv6 address #} {# disable SLAAC if we have a manually set IPv6 address #}
{% if iface.ip_addresses | selectattr("family.value", "==", 6) %} {% if iface.ip_addresses | selectattr("family.value", "==", 6) and iface.name != "lo" %}
pre-up echo 0 > /proc/sys/net/ipv6/conf/$IFACE/autoconf pre-up echo 0 > /proc/sys/net/ipv6/conf/$IFACE/autoconf
{% endif %} {% endif %}