Skip to content

Commit

Permalink
Update policies.conf.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
abdosi authored Oct 12, 2024
1 parent 805d7b4 commit c3446ad
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
! template: bgpd/templates/general/policies.conf.j2
!
!
ip prefix-list DEFAULT_IPV4 permit 0.0.0.0/0
ipv6 prefix-list DEFAULT_IPV6 permit ::/0
!
{% if constants.bgp.allow_list is defined and constants.bgp.allow_list.enabled is defined and constants.bgp.allow_list.enabled and constants.bgp.allow_list.drop_community is defined %}
!
Expand Down Expand Up @@ -47,7 +49,7 @@ route-map FROM_BGP_PEER_V4 permit 13
{% else %}
set tag {{ constants.bgp.route_eligible_for_fallback_to_default_tag }}
{% endif %}
set community {{ constants.bgp.internal_fallback_community }} additive
set community {{ constants.bgp.internal_fallback_community }} additive
{% endif %} !
!
route-map FROM_BGP_PEER_V6 permit 10
Expand Down

0 comments on commit c3446ad

Please sign in to comment.