diff options
author | Ondrej Filip <feela@network.cz> | 2000-03-09 23:38:05 +0100 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-03-09 23:38:05 +0100 |
commit | ce17d4c165cadb09d391e34cda1b796a125ef012 (patch) | |
tree | 866eb12926c4b1bceed1688dc80318765a74dc74 /proto/ospf/neighbor.c | |
parent | af834f8630eb0078c723fb9b0af053dba6725d5e (diff) | |
download | bird-ce17d4c165cadb09d391e34cda1b796a125ef012.tar bird-ce17d4c165cadb09d391e34cda1b796a125ef012.zip |
LSA DB is completely redesigned. Now it should be faster and it needs
less memory.
Diffstat (limited to 'proto/ospf/neighbor.c')
-rw-r--r-- | proto/ospf/neighbor.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/ospf/neighbor.c b/proto/ospf/neighbor.c index 1470b83..f348586 100644 --- a/proto/ospf/neighbor.c +++ b/proto/ospf/neighbor.c @@ -206,7 +206,9 @@ ospf_neigh_sm(struct ospf_neighbor *n, int event) neigh_chstate(n,NEIGHBOR_EXCHANGE); s_init_list(&(n->lsrql)); s_init_list(&(n->lsrtl)); + DBG("OK1\n"); s_init(&(n->dbsi), &(n->ifa->oa->lsal)); + DBG("OK2\n"); ospf_dbdes_tx(n); } break; |