added Global V6 to FF bridge

This commit is contained in:
Bastian Mäuser 2018-01-25 22:38:19 +01:00
parent 82d709127b
commit 3b277eaa68
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ iface br-{{ site_code }}
#
address {{ batman_ipv4 }}
address {{ batman_ipv6 }}
{% if global_ipv6 is defined %}
address {{ global_ipv6 }}
{% endif %}
# bat-{{ site_code }}
auto bat-{{ site_code }}