Skip to content
Snippets Groups Projects

Add `local-as` under BGP base template

Merged Aleksandr Kurbatov requested to merge fix/bgp-template into develop
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
@@ -7,6 +7,11 @@
@@ -7,6 +7,11 @@
</family>
</family>
{% endif %}
{% endif %}
{% 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 %}
{% if bgp_base_obj.best_path_selection is defined %}
<best-path-selection>
<best-path-selection>
{% for bps in bgp_base_obj.best_path_selection %}
{% for bps in bgp_base_obj.best_path_selection %}
Loading