mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Kill remaining master_table relics in KRT code.
Make all protocols pass routing table to rte_update and rte_discard.
This commit is contained in:
@@ -86,7 +86,7 @@ krt_parse_entry(byte *ent, struct krt_proto *p)
|
||||
return;
|
||||
}
|
||||
|
||||
net = net_get(&master_table, dest, masklen);
|
||||
net = net_get(p->p.table, dest, masklen);
|
||||
|
||||
a.proto = &p->p;
|
||||
a.source = RTS_INHERIT;
|
||||
|
Reference in New Issue
Block a user