added Global V6 to FF bridge
This commit is contained in:
parent
82d709127b
commit
3b277eaa68
@ -11,6 +11,9 @@ iface br-{{ site_code }}
|
|||||||
#
|
#
|
||||||
address {{ batman_ipv4 }}
|
address {{ batman_ipv4 }}
|
||||||
address {{ batman_ipv6 }}
|
address {{ batman_ipv6 }}
|
||||||
|
{% if global_ipv6 is defined %}
|
||||||
|
address {{ global_ipv6 }}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
# bat-{{ site_code }}
|
# bat-{{ site_code }}
|
||||||
auto bat-{{ site_code }}
|
auto bat-{{ site_code }}
|
||||||
|
Loading…
Reference in New Issue
Block a user