From 963ea03d872db30e1a0d0216e488b1960590af2d Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Wed, 29 Mar 2000 00:34:28 +0000 Subject: DBdes sending/receiving changes. --- proto/ospf/neighbor.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'proto/ospf/neighbor.c') 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: -- cgit v1.2.3