ifupdown2: add ipv6_addrgen option
This commit is contained in:
parent
5485254c47
commit
34b0ed5478
1 changed files with 4 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue