Skip to content
Snippets Groups Projects
Commit 663b78a7 authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov Committed by Aleksandr Kurbatov
Browse files

Merge branch 'feature/nat-1103-kentik' into 'develop'

`base_config`: Add `vpn-apply-export` support in `bgp_group` template

See merge request !258
parents 2f103a1b 322e7e9c
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,9 @@ ...@@ -8,6 +8,9 @@
{% if group.vpn_apply_import is defined %} {% if group.vpn_apply_import is defined %}
<vpn-apply-import>{{ group.vpn_apply_import|quote }}</vpn-apply-import> <vpn-apply-import>{{ group.vpn_apply_import|quote }}</vpn-apply-import>
{% endif %} {% endif %}
{% if group.vpn_apply_export is defined %}
<vpn-apply-export>{{ group.vpn_apply_export|quote }}</vpn-apply-export>
{% 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 %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment