From 6543303ad4d509340643ae1f2b585f6278cf0463 Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Tue, 7 Feb 2023 15:14:40 +0100 Subject: BFD notifications respect protocol loop settings --- proto/rip/rip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/rip/rip.c') diff --git a/proto/rip/rip.c b/proto/rip/rip.c index 97d1dd80..2c504112 100644 --- a/proto/rip/rip.c +++ b/proto/rip/rip.c @@ -543,7 +543,7 @@ rip_update_bfd(struct rip_proto *p, struct rip_neighbor *n) ip_addr saddr = rip_is_v2(p) ? n->ifa->sk->saddr : n->nbr->ifa->ip; n->bfd_req = bfd_request_session(p->p.pool, n->nbr->addr, saddr, n->nbr->iface, p->p.vrf, - rip_bfd_notify, n, NULL); + rip_bfd_notify, n, p->p.loop, NULL); } if (!use_bfd && n->bfd_req) -- cgit v1.2.3