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:
arlakshm 2020-05-13 08:56:01 -07:00 committed by GitHub
parent 5150e7b655
commit d3c28a45d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 %}
!