summaryrefslogtreecommitdiff
path: root/nest/rt-table.c
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2023-04-17 11:37:29 +0200
committerMaria Matejka <mq@ucw.cz>2023-04-17 13:30:14 +0200
commit787fb56da37bfe9da4ea8d1a5a0d0cab02c9523a (patch)
tree76e93b20df24ca8cd84e665872d9819b0b05bf6d /nest/rt-table.c
parent61e64d6a4119c32e0fa1b03285f805e21a00f6ab (diff)
IO: added a specific loop pickup group for BFD; to be done better in future
Diffstat (limited to 'nest/rt-table.c')
-rw-r--r--nest/rt-table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/rt-table.c b/nest/rt-table.c
index 54aa90a6..b18727b1 100644
--- a/nest/rt-table.c
+++ b/nest/rt-table.c
@@ -2907,7 +2907,7 @@ rt_setup(pool *pp, struct rtable_config *cf)
}
/* Start the service thread */
- t->loop = birdloop_new(p, DOMAIN_ORDER(service), mb_sprintf(p, "Routing table %s", t->name));
+ t->loop = birdloop_new(p, DOMAIN_ORDER(service), mb_sprintf(p, "Routing table %s", t->name), 0);
birdloop_enter(t->loop);
birdloop_flag_set_handler(t->loop, &t->fh);
birdloop_leave(t->loop);