Skip to content
Snippets Groups Projects
Commit 8ce1d1f8 authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

Merge branch 'fix/pe-specific-fixes' into 'develop'

Fix/pe specific fixes

See merge request !192
parents 80c01fdd f6afd26b
No related branches found
No related tags found
1 merge request!192Fix/pe specific fixes
Pipeline #90304 passed
...@@ -12,6 +12,12 @@ ...@@ -12,6 +12,12 @@
<system-id>{{ iso_system_id }}</system-id> <system-id>{{ iso_system_id }}</system-id>
<traffic-engineering>true</traffic-engineering> <traffic-engineering>true</traffic-engineering>
<area-address>{{ geant_iso_area_id }}</area-address> <area-address>{{ geant_iso_area_id }}</area-address>
{% if router_role == 'pe' %}
<multicast-import>
<ipv4>true</ipv4>
<ipv6>true</ipv6>
</multicast-import>
{% endif %}
<overload-on-boot> <overload-on-boot>
<timeout>300</timeout> <timeout>300</timeout>
</overload-on-boot> </overload-on-boot>
......
...@@ -9,5 +9,6 @@ ...@@ -9,5 +9,6 @@
{% include 'router/flowspec.j2' %} {% include 'router/flowspec.j2' %}
{% include 'router/ldp.j2' %} {% include 'router/ldp.j2' %}
{% include 'router/rpki.j2' %} {% include 'router/rpki.j2' %}
{% include 'router/isis.j2' %}
</router> </router>
...@@ -20,7 +20,9 @@ ...@@ -20,7 +20,9 @@
{% endif %} {% endif %}
<access-permissions>r</access-permissions> <access-permissions>r</access-permissions>
<version>{{ community.version | default('v2c') }}</version> <version>{{ community.version | default('v2c') }}</version>
{% if community.acl_name is defined %}
<source-access-list>{{ community.acl_name }}</source-access-list> <source-access-list>{{ community.acl_name }}</source-access-list>
{% endif %}
</community> </community>
{% endfor %} {% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment