mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Changes pipes to transfer all routes between routing table, not just optimal routes.
This commit is contained in:
@@ -946,6 +946,7 @@ rip_rte_remove(net *net UNUSED, rte *rte)
|
||||
void
|
||||
rip_init_instance(struct proto *p)
|
||||
{
|
||||
p->accept_ra_types = RA_OPTIMAL;
|
||||
p->if_notify = rip_if_notify;
|
||||
p->rt_notify = rip_rt_notify;
|
||||
p->import_control = rip_import_control;
|
||||
|
Reference in New Issue
Block a user