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

Add `local-as` under BGP base template

parent 23596c77
No related branches found
No related tags found
1 merge request!186Add `local-as` under BGP base template
Pipeline #90005 passed
......@@ -7,6 +7,11 @@
</family>
{% endif %}
{% endif %}
{% if bgp_base_obj.local_as is defined %}
<local-as alu:operation="replace">
<as-number>{{ bgp_base_obj.local_as }}</as-number>
</local-as>
{% endif %}
{% if bgp_base_obj.best_path_selection is defined %}
<best-path-selection>
{% for bps in bgp_base_obj.best_path_selection %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment