alpine: disable IPv6 automatic addresses
So we have predictable addresses if we ever want to firewall individual hosts.
This commit is contained in:
parent
7155c33182
commit
6c817624bc
|
@ -13,5 +13,6 @@ iface {{ iface.name }} inet static
|
||||||
gateway {{ gateway | ipaddr('address') }}
|
gateway {{ gateway | ipaddr('address') }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
pre-up echo 0 > /proc/sys/net/ipv6/conf/$IFACE/autoconf
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in a new issue