ansible-collection-services
ansible-collection-services copied to clipboard
frr: Add optional BFD support for FRR neighbors
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