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 <[email protected]>
  • Loading branch information
arlakshm authored May 13, 2020
1 parent 5150e7b commit d3c28a4
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 d3c28a4

Please sign in to comment.