auto iface

This commit is contained in:
nemunaire 2024-04-04 08:18:54 +02:00
parent a556f069ec
commit 9a80a7408c
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ iface {{ networking_main_iface }}
use dhcp
{% endif %}
{% if wanted_ip6_suffix is defined %}
iface br0 inet6 auto
up ip token set {{ wanted_ip6_suffix }}/64 dev {% if bridged_network is defined and bridged_network %}br0{% else %}{{ networking_main_iface }}{% endif %}
{% endif %}
{% if wanted_ip6 is defined %}