frr: disable BFD

There were some issues with proxmox cluster losing connectivity. Since
disabling it there were no more issues.

Might have not been caused by BFD or it was just misconfigured.
This commit is contained in:
Timotej Lazar 2025-01-13 14:57:38 +01:00
parent ac52c13803
commit 67b9b7b268
2 changed files with 0 additions and 2 deletions

View file

@ -20,7 +20,6 @@
regexp: "^{{ item }}="
line: "{{ item }}=yes"
loop:
- bfdd
- bgpd
notify: restart frr

View file

@ -18,7 +18,6 @@ router bgp {{ asn.asn }}
{% for iface in interfaces | selectattr('name', 'match', '^lan') %}
neighbor {{ iface.name }} interface peer-group fabric
neighbor {{ iface.name }} bfd
{% endfor %}
address-family ipv4 unicast