add call support to route-maps

master
Marek Isalski 4 years ago
parent 5b6c0d73cc
commit 4333fc6867

@ -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 %}

Loading…
Cancel
Save