bird: typos
This commit is contained in:
parent
2db69a8f1c
commit
0a0fc8e52c
1 changed files with 3 additions and 3 deletions
|
@ -128,7 +128,7 @@ bgp_local_pref = {{ filter.local_pref }};
|
|||
{% if filter.accept is defined %}
|
||||
{{ filter.accept | ternary("accept", "reject") }};
|
||||
{% endif %}
|
||||
{% endmacro %}
|
||||
{% endmacro %}
|
||||
|
||||
{% for session in bird__bgp_sessions %}
|
||||
{% for version in [4, 6] %}
|
||||
|
@ -157,9 +157,9 @@ filter bgp{{ version }}_{{ direction }}_{{ session.name }} {
|
|||
{% endif %}
|
||||
{% endfor %}
|
||||
}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
||||
{% for session in bird__bgp_sessions %}
|
||||
|
|
Loading…
Reference in a new issue