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

card FP (accounting) is only needed for PE

parent 13138cae
No related branches found
No related tags found
1 merge request!179card FP (accounting) is only needed for PE
Pipeline #89426 passed
......@@ -35,7 +35,7 @@
{% endfor %}
{% endif %}
{#Policy accounting config#}
{% if card.fps is defined %}
{% if (router_role == 'pe' or is_pe_promotion_wf) and card.fps is defined %}
{% for fp in card.fps %}
<fp>
<fp-number>{{ fp.id }}</fp-number>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment