diff --git a/roles/frr/tasks/main.yml b/roles/frr/tasks/main.yml index 42131ec..fdc3dad 100644 --- a/roles/frr/tasks/main.yml +++ b/roles/frr/tasks/main.yml @@ -20,7 +20,6 @@ regexp: "^{{ item }}=" line: "{{ item }}=yes" loop: - - bfdd - bgpd notify: restart frr diff --git a/roles/frr/templates/frr.conf.j2 b/roles/frr/templates/frr.conf.j2 index f42df43..c185a68 100644 --- a/roles/frr/templates/frr.conf.j2 +++ b/roles/frr/templates/frr.conf.j2 @@ -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