Role service-yanic: join link-local multicast on fastd interfaces

This commit is contained in:
Julian Labus 2019-05-04 17:56:42 +02:00
parent b35c731813
commit d035daf6d9
No known key found for this signature in database
GPG Key ID: 8AF209F2C6B3572A
1 changed files with 16 additions and 0 deletions

View File

@ -6,6 +6,22 @@ batman = [ {% for mesh in meshes %}"{{mesh.id}}bat"{% if not loop.last %}, {% en
address = "ff05::2:1001"
interface = "dom0br"
port = 1001
{% for mesh in meshes %}
{% if server_type == 'gateway' %}
{% for instance in mesh.fastd.nodes.instances %}
[[listen]]
address = "ff02::2:1001"
interface = "{{ mesh.id }}vpn-{{ instance.mtu }}"
port = 1001
{% endfor %}
{% endif %}
{% for instance in mesh.fastd.backbone.instances %}
[[listen]]
address = "ff02::2:1001"
interface = "{{ mesh.id }}igvpn-{{ instance.mtu }}"
port = 1001
{% endfor %}
{% endfor %}
[defaults]
node_id = ""