diff options
author | Maria Matejka <mq@ucw.cz> | 2023-04-17 11:37:29 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2023-04-17 13:30:14 +0200 |
commit | 787fb56da37bfe9da4ea8d1a5a0d0cab02c9523a (patch) | |
tree | 76e93b20df24ca8cd84e665872d9819b0b05bf6d /nest/rt-table.c | |
parent | 61e64d6a4119c32e0fa1b03285f805e21a00f6ab (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.c | 2 |
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); |