Skip to content

Commit

Permalink
ospf vrf-lite template updates for bfd
Browse files Browse the repository at this point in the history
  • Loading branch information
juburnet committed Sep 25, 2024
1 parent a34e81c commit b19d18a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/dtc/common/templates/ndfc_vrf_lite_ospf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
! DO NOT EDIT MANUALLY
!
!
{% if item.ospf.bfd.enabled %}
feature bfd
!
{% endif %}
vrf context {{ item.vrf }}
address-family ipv4 unicast
route-target both auto
Expand Down Expand Up @@ -34,6 +38,7 @@ router bgp {{ MD_Extended.vxlan.global.bgp_asn }}
{% for interface in switch_item.interfaces %}
{% if interface.ospf.bfd.enabled %}
feature bfd
!
{% endif %}
interface {{ interface['name'] }}
{% if interface.ospf.network_type %}
Expand Down

0 comments on commit b19d18a

Please sign in to comment.