[bgp]:Add redistribution connected for ipv6 also for Frontend ASICs (#4767)
* fix redistribution connected for ipv6 also Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan <arlakshm@microsoft.com>
This commit is contained in:
parent
0029d366c4
commit
80298fae1f
@ -63,7 +63,12 @@ router bgp {{ DEVICE_METADATA['localhost']['bgp_asn'] }}
|
||||
!
|
||||
!
|
||||
{% if DEVICE_METADATA['localhost']['sub_role'] == 'FrontEnd' %}
|
||||
address-family ipv4
|
||||
redistribute connected route-map HIDE_INTERNAL
|
||||
exit-address-family
|
||||
address-family ipv6
|
||||
redistribute connected route-map HIDE_INTERNAL
|
||||
exit-address-family
|
||||
{% endif %}
|
||||
!
|
||||
{% if constants.bgp.maximum_paths.enabled is defined and constants.bgp.maximum_paths.enabled %}
|
||||
|
Loading…
Reference in New Issue
Block a user