bird: return -> accept/reject
This commit is contained in:
parent
ac9947c50f
commit
2db69a8f1c
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ bgp_path.prepend({{ filter.as_prepend.asn }});
|
||||||
bgp_local_pref = {{ filter.local_pref }};
|
bgp_local_pref = {{ filter.local_pref }};
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if filter.accept is defined %}
|
{% if filter.accept is defined %}
|
||||||
return {{ filter.accept | ternary("true", "false") }};
|
{{ filter.accept | ternary("accept", "reject") }};
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue