summaryrefslogtreecommitdiffstats
path: root/proto/ospf/neighbor.c
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-03-29 02:34:28 +0200
committerOndrej Filip <feela@network.cz>2000-03-29 02:34:28 +0200
commit963ea03d872db30e1a0d0216e488b1960590af2d (patch)
tree852ec072e4451d39d0884539d697d923c0e438cb /proto/ospf/neighbor.c
parentd0031c5ee94b29b7a5419a0504c160e424d970b0 (diff)
downloadbird-963ea03d872db30e1a0d0216e488b1960590af2d.tar
bird-963ea03d872db30e1a0d0216e488b1960590af2d.zip
DBdes sending/receiving changes.
Diffstat (limited to 'proto/ospf/neighbor.c')
-rw-r--r--proto/ospf/neighbor.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/proto/ospf/neighbor.c b/proto/ospf/neighbor.c
index f348586..20c2f3c 100644
--- a/proto/ospf/neighbor.c
+++ b/proto/ospf/neighbor.c
@@ -206,9 +206,7 @@ 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;
@@ -243,7 +241,7 @@ ospf_neigh_sm(struct ospf_neighbor *n, int event)
if(n->state>=NEIGHBOR_EXCHANGE)
{
neigh_chstate(n,NEIGHBOR_EXSTART);
- /* Go on....*/
+ /* FIXME: Go on....*/
}
break;
case INM_KILLNBR: