diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2009-12-11 00:31:56 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2009-12-11 00:31:56 +0100 |
commit | be2d38b7e977c1f72ed9cd52f8e3e85130c0aaa1 (patch) | |
tree | 1b8aaa746eae4c3a5ca5902d0d7df2e254f6c72a /proto/ospf/ospf.c | |
parent | 9807690b413f3a1d29d064761cc99ed5261cfb58 (diff) |
Temporary OSPFv3 commit.
Diffstat (limited to 'proto/ospf/ospf.c')
-rw-r--r-- | proto/ospf/ospf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c index 78fa5ee9..1befb7d2 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; } |