add call support to route-maps
This commit is contained in:
parent
5b6c0d73cc
commit
4333fc6867
@ -1345,6 +1345,9 @@ policy {
|
|||||||
{{ group['on-match'] }}
|
{{ group['on-match'] }}
|
||||||
}
|
}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if 'call' in group %}
|
||||||
|
call {{ group['call'] }}
|
||||||
|
{% endif %}
|
||||||
{% if 'continue' in group %}
|
{% if 'continue' in group %}
|
||||||
continue {% if group['continue'] == 'next' %}{{ loop.index+1 }}{% else %}{{ group['continue'] }}{% endif %}
|
continue {% if group['continue'] == 'next' %}{{ loop.index+1 }}{% else %}{{ group['continue'] }}{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user