Bridge and VLAN support for ifupdown2 #99
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