Move BGP logging command
parent
e4d6080ea5
commit
c0ca11e639
|
|
@ -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 %}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue