Role network-meshbridge: only configure public IPv6 subnet not gateways
This commit is contained in:
parent
6d725812fd
commit
80259461cc
1 changed files with 3 additions and 1 deletions
|
@ -9,6 +9,8 @@ iface {{ item.id }}br
|
|||
{% endfor %}
|
||||
{% for prefix in item.ipv6_public %}
|
||||
address {{ prefix | ipaddr('net') | ipsubnet(64, 0) | ipaddr(magic) | ipaddr('ip/prefix') }}
|
||||
address {{ prefix | ipaddr('net') | ipsubnet(56, magic) | ipsubnet(64, 0) | ipaddr(magic) | ipaddr('ip/prefix') }}
|
||||
{% if ffmwu_server_type == "gateway" %}
|
||||
address {{ prefix | ipaddr('net') | ipsubnet(56, magic) | ipsubnet(64, 0) | ipaddr(1) | ipaddr('ip/prefix') }}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
bridge-ports {{ item.id }}bat
|
||||
|
|
Loading…
Reference in a new issue