mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Garbage collector events and counters are now per table and one day
they can be made configurable if it turns out to be useful.
This commit is contained in:
@@ -385,7 +385,7 @@ static void
|
||||
krt_learn_init(struct krt_proto *p)
|
||||
{
|
||||
if (KRT_CF->learn)
|
||||
rt_setup(p->p.pool, &p->krt_table, "Inherited");
|
||||
rt_setup(p->p.pool, &p->krt_table, "Inherited", NULL);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user