summaryrefslogtreecommitdiffstats
path: root/proto/ospf/lsupd.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/lsupd.c
parent9807690b413f3a1d29d064761cc99ed5261cfb58 (diff)
downloadbird-be2d38b7e977c1f72ed9cd52f8e3e85130c0aaa1.tar
bird-be2d38b7e977c1f72ed9cd52f8e3e85130c0aaa1.zip
Temporary OSPFv3 commit.
Diffstat (limited to 'proto/ospf/lsupd.c')
-rw-r--r--proto/ospf/lsupd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/lsupd.c b/proto/ospf/lsupd.c
index 75c6702..a013385 100644
--- a/proto/ospf/lsupd.c
+++ b/proto/ospf/lsupd.c
@@ -639,7 +639,7 @@ ospf_lsupd_receive(struct ospf_packet *ps_i, struct ospf_iface *ifa,
DBG("New LSA installed in DB\n");
#ifdef OSPFv3
- /* Events 6,7 from 4.4.3. */
+ /* Events 6,7 from RFC5340 4.4.3. */
if ((lsatmp.type == LSA_T_LINK) &&
(ifa->state == OSPF_IS_DR))
schedule_net_lsa(ifa);