diff --git a/roles/alpine/templates/interfaces.j2 b/roles/alpine/templates/interfaces.j2 index 4a621c4..57568cb 100644 --- a/roles/alpine/templates/interfaces.j2 +++ b/roles/alpine/templates/interfaces.j2 @@ -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 %}