summaryrefslogtreecommitdiffstats
path: root/proto/ospf/lsupd.c
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2009-11-17 10:31:33 +0100
committerOndrej Zajicek <santiago@crfreenet.org>2009-11-17 10:31:33 +0100
commitcbf8b08d622695f360bcdd80d61eb4add967749e (patch)
tree3c219ba0b2eaf217aec4e4cb6bf3738e19732d38 /proto/ospf/lsupd.c
parent4ac7c8341c660db654821ed2dc0273645dc19645 (diff)
downloadbird-cbf8b08d622695f360bcdd80d61eb4add967749e.tar
bird-cbf8b08d622695f360bcdd80d61eb4add967749e.zip
Temporary OSPFv3 devel commit
Diffstat (limited to 'proto/ospf/lsupd.c')
-rw-r--r--proto/ospf/lsupd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/lsupd.c b/proto/ospf/lsupd.c
index 7ae2f2a..b1f6f46 100644
--- a/proto/ospf/lsupd.c
+++ b/proto/ospf/lsupd.c
@@ -501,6 +501,7 @@ ospf_lsupd_receive(struct ospf_packet *ps_i, struct ospf_iface *ifa,
DBG("Update Type: %u ID: %R RT: %R, Sn: 0x%08x Age: %u, Sum: %u\n",
lsatmp.type, lsatmp.id, lsatmp.rt, lsatmp.sn, lsatmp.age, lsatmp.checksum);
+ /* FIXME domain should be link id for unknown LSA types with zero Ubit */
u32 domain = ospf_lsa_domain(lsatmp.type, ifa);
lsadb = ospf_hash_find_header(po->gr, domain, &lsatmp);