mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Fixed many bugs in rt calculation and interface adding. Now it seems to be
OK, I'm going to advertise 1.0.4.
This commit is contained in:
@@ -173,7 +173,6 @@ ospf_int_sm(struct ospf_iface *ifa, int event)
|
||||
restart_waittim(ifa);
|
||||
}
|
||||
}
|
||||
addifa_rtlsa(ifa);
|
||||
}
|
||||
schedule_rt_lsa(ifa->oa);
|
||||
break;
|
||||
@@ -403,6 +402,7 @@ ospf_if_notify(struct proto *p, unsigned flags, struct iface *iface)
|
||||
lock->iface = iface;
|
||||
lock->data = ifa;
|
||||
lock->hook = ospf_ifa_add;
|
||||
addifa_rtlsa(ifa);
|
||||
olock_acquire(lock);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user