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

VPRN template: add support for `label-mode`

label_mode defined via inventory:
- next-hop
- vrf
parent ca5fd436
No related branches found
No related tags found
1 merge request!257VPRN template: add support for `label-mode`
Pipeline #93395 passed
...@@ -11,6 +11,9 @@ ...@@ -11,6 +11,9 @@
{% if vprn.ecmp is defined %} {% if vprn.ecmp is defined %}
<ecmp>{{ vprn.ecmp }}</ecmp> <ecmp>{{ vprn.ecmp }}</ecmp>
{% endif %} {% endif %}
{% if vprn.label_mode is defined %}
<label-mode>{{ vprn.label_mode }}</label-mode>
{% endif %}
<bgp-ipvpn> <bgp-ipvpn>
<mpls> <mpls>
<admin-state>enable</admin-state> <admin-state>enable</admin-state>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment