alpine: disable IPv6 automatic addresses

So we have predictable addresses if we ever want to firewall
individual hosts.
This commit is contained in:
Timotej Lazar 2024-09-21 22:41:36 +02:00
parent 7155c33182
commit 6c817624bc

View file

@ -13,5 +13,6 @@ iface {{ iface.name }} inet static
gateway {{ gateway | ipaddr('address') }}
{% endif %}
{% endfor %}
pre-up echo 0 > /proc/sys/net/ipv6/conf/$IFACE/autoconf
{% endfor %}