summaryrefslogtreecommitdiffstats
path: root/proto/ospf/ospf.c
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2009-12-11 00:31:56 +0100
committerOndrej Zajicek <santiago@crfreenet.org>2009-12-11 00:31:56 +0100
commitbe2d38b7e977c1f72ed9cd52f8e3e85130c0aaa1 (patch)
tree1b8aaa746eae4c3a5ca5902d0d7df2e254f6c72a /proto/ospf/ospf.c
parent9807690b413f3a1d29d064761cc99ed5261cfb58 (diff)
downloadbird-be2d38b7e977c1f72ed9cd52f8e3e85130c0aaa1.tar
bird-be2d38b7e977c1f72ed9cd52f8e3e85130c0aaa1.zip
Temporary OSPFv3 commit.
Diffstat (limited to 'proto/ospf/ospf.c')
-rw-r--r--proto/ospf/ospf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c
index 78fa5ee..1befb7d 100644
--- a/proto/ospf/ospf.c
+++ b/proto/ospf/ospf.c
@@ -493,6 +493,7 @@ ospf_ifa_notify(struct proto *p, unsigned flags, struct ifa *a)
if (ifa->iface == a->iface)
{
schedule_rt_lsa(ifa->oa);
+ /* Event 5 from RFC5340 4.4.3. */
schedule_link_lsa(ifa);
return;
}