We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5972ab3 commit 941e74eCopy full SHA for 941e74e
dockers/docker-fpm-frr/frr/bgpd/templates/general/peer-group.conf.j2
@@ -14,6 +14,9 @@
14
neighbor PEER_V4 soft-reconfiguration inbound
15
neighbor PEER_V4 route-map FROM_BGP_PEER_V4 in
16
neighbor PEER_V4 route-map TO_BGP_PEER_V4 out
17
+{% if CONFIG_DB__DEVICE_METADATA['localhost']['type'] == 'SpineRouter' %}
18
+ table-map SELECTIVE_ROUTE_DOWNLOAD_V4
19
+{% endif %}
20
exit-address-family
21
address-family ipv6
22
{% if CONFIG_DB__DEVICE_METADATA['localhost']['type'] == 'ToRRouter' %}
@@ -27,7 +30,6 @@
27
30
neighbor PEER_V6 route-map FROM_BGP_PEER_V6 in
28
31
neighbor PEER_V6 route-map TO_BGP_PEER_V6 out
29
32
{% if CONFIG_DB__DEVICE_METADATA['localhost']['type'] == 'SpineRouter' %}
- table-map SELECTIVE_ROUTE_DOWNLOAD_V4
33
table-map SELECTIVE_ROUTE_DOWNLOAD_V6
34
{% endif %}
35
0 commit comments