ansible-collection-services icon indicating copy to clipboard operation
ansible-collection-services copied to clipboard

frr: Add optional BFD support for FRR neighbors

Open berendt opened this issue 5 months ago • 0 comments

Add optional BFD (Bidirectional Forwarding Detection) configuration for BGP neighbors in FRR role.

  • Add frr_bfd_profiles variable to defaults/main.yml with example configuration
  • Update all FRR templates to support BFD profile configuration
  • Add per-neighbor BFD enablement via 'bfd' or 'bfd_profile' attributes
  • Support both interface-based and IP-based BGP neighbors
  • Maintain backward compatibility - BFD is completely optional

berendt avatar Nov 07 '25 07:11 berendt