add call support to route-maps

This commit is contained in:
Marek Isalski 2021-04-28 05:25:22 +01:00
parent 5b6c0d73cc
commit 4333fc6867

View File

@ -1345,6 +1345,9 @@ policy {
{{ group['on-match'] }}
}
{% endif %}
{% if 'call' in group %}
call {{ group['call'] }}
{% endif %}
{% if 'continue' in group %}
continue {% if group['continue'] == 'next' %}{{ loop.index+1 }}{% else %}{{ group['continue'] }}{% endif %}
{% endif %}