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

vprn.j2: SROS requires low-case "true"/"false" values

parent 4083835e
Branches
Tags
1 merge request!215Fix/jisc migrations
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<aggregate> <aggregate>
<ip-prefix>{{ ag.ip_prefix }}</ip-prefix> <ip-prefix>{{ ag.ip_prefix }}</ip-prefix>
<community>{{ ag.community }}</community> <community>{{ ag.community }}</community>
<discard-component-communities>{{ ag.dcc }}</discard-component-communities> <discard-component-communities>{{ ag.dcc | lower }}</discard-component-communities>
</aggregate> </aggregate>
{% endfor %} {% endfor %}
</aggregates> </aggregates>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment