Skip to content
Snippets Groups Projects

Destination class Accounting

5 files
+ 40
1
Compare changes
  • Side-by-side
  • Inline

Files

@@ -5,6 +5,9 @@
@@ -5,6 +5,9 @@
{% if group.auth_key is defined %}
{% if group.auth_key is defined %}
<authentication-key>{{ group.auth_key }}</authentication-key>
<authentication-key>{{ group.auth_key }}</authentication-key>
{% endif %}
{% endif %}
 
{% if group.vpn_apply_import is defined %}
 
<vpn-apply-import>{{ group.vpn_apply_import|quote }}</vpn-apply-import>
 
{% endif %}
{% if group.nhs is defined %}
{% if group.nhs is defined %}
<next-hop-self>{{ group.nhs }}</next-hop-self>
<next-hop-self>{{ group.nhs }}</next-hop-self>
{% endif %}
{% endif %}
@@ -31,7 +34,7 @@
@@ -31,7 +34,7 @@
</local-as>
</local-as>
{% endif %}
{% endif %}
{% if group.capability_neg is defined %}
{% if group.capability_neg is defined %}
<capability-negotiation>{{ group.capability_neg }}</capability-negotiation>
<capability-negotiation>{{ group.capability_neg|quote }}</capability-negotiation>
{% endif %}
{% endif %}
{% if bgp_group_context != 'vprn' %}
{% if bgp_group_context != 'vprn' %}
{% if (group.local_address is defined) and group.local_address == 'ipv4' %}
{% if (group.local_address is defined) and group.local_address == 'ipv4' %}
Loading