Change to enable redistribute connected on Frontend asics instead of backend asics (#4588)
Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan <arlakshm@microsoft.com>
This commit is contained in:
parent
508f6bfa02
commit
321b99b48c
@ -62,7 +62,7 @@ router bgp {{ DEVICE_METADATA['localhost']['bgp_asn'] }}
|
||||
{% endblock vlan_advertisement %}
|
||||
!
|
||||
!
|
||||
{% if DEVICE_METADATA['localhost']['sub_role'] == 'BackEnd' %}
|
||||
{% if DEVICE_METADATA['localhost']['sub_role'] == 'FrontEnd' %}
|
||||
redistribute connected route-map HIDE_INTERNAL
|
||||
{% endif %}
|
||||
!
|
||||
|
Loading…
Reference in New Issue
Block a user