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:
parent
ac52c13803
commit
67b9b7b268
|
@ -20,7 +20,6 @@
|
|||
regexp: "^{{ item }}="
|
||||
line: "{{ item }}=yes"
|
||||
loop:
|
||||
- bfdd
|
||||
- bgpd
|
||||
notify: restart frr
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue