ifupdown2: add ipv6_addrgen option

This commit is contained in:
jeltz 2022-08-27 09:35:56 +02:00
parent 5485254c47
commit 34b0ed5478
Signed by: jeltz
GPG key ID: 800882B66C0C3326

View file

@ -33,5 +33,9 @@ iface {{ name }}
ip-forward yes
ip6-forward yes
{% endif %}
{% if iface.ipv6_addrgen is defined %}
ipv6-addrgen {{ iface.ipv6_addrgen
| ternary("yes", "no") }}
{% endif %}
{% endfor %}