Skip to content
Snippets Groups Projects

PE static routes as a separate step in P-to-PE WF

Merged Aleksandr Kurbatov requested to merge feature/promote-p-to-pe-static-routes into develop
6 files
+ 55
5
Compare changes
  • Side-by-side
  • Inline
Files
6
{% if router_role == 'pe' or is_pe_promotion_wf %}
{% if router_role == 'pe' %}
{% with static_routes_obj=nokia_pe_static_routes %}
{% include 'router/static_routes.j2' %}
{% endwith %}
Loading