Skip to content

Commit

Permalink
Change to enable redistribute connected on Frontend asics instead of …
Browse files Browse the repository at this point in the history
…backend asics (#4588)

Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan <arlakshm@microsoft.com>
  • Loading branch information
arlakshm authored and abdosi committed May 20, 2020
1 parent 508f6bf commit 321b99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockers/docker-fpm-frr/frr/bgpd/bgpd.main.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
!
Expand Down

0 comments on commit 321b99b

Please sign in to comment.