From 43e75f38e7b8716efb3729ee56fd4a879e03c1dc Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Mon, 8 May 2000 23:46:31 +0000 Subject: Do not stop lsrr_timer in FULL state. Use it for retransmition. --- proto/ospf/neighbor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/ospf/neighbor.c') diff --git a/proto/ospf/neighbor.c b/proto/ospf/neighbor.c index 56e8aab..0d479df 100644 --- a/proto/ospf/neighbor.c +++ b/proto/ospf/neighbor.c @@ -45,7 +45,6 @@ neigh_chstate(struct ospf_neighbor *n, u8 state) ifa->fadj++; originate_rt_lsa(n->ifa->oa,n->ifa->oa->po); originate_net_lsa(ifa,ifa->oa->po); - tm_stop(n->lsrr_timer); } if(oldstate>=NEIGHBOR_EXSTART && statemyimms.bit.i=1; tm_start(n->rxmt_timer,1); /* Or some other number ? */ } + if(statelsrr_timer); } } -- cgit v1.2.3