Move BGP logging command

main
Daniel Ankers 2024-01-19 10:51:35 +00:00
parent e4d6080ea5
commit c0ca11e639
1 changed files with 1 additions and 1 deletions

View File

@ -290,12 +290,12 @@ routing-options {
{% set name=device['name'] %}
{% endif %}
bgp {
log-updown;
{{ bgpoverlaygroup(device) }}
{% if role == 'Spine' %}
{{ bgprrmeshgroup(device,spines) }}
{% endif %}
{{ bgpunderlaygroup(device) }}
log-updown;
}
{%- endmacro %}