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/lsreq.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'proto/ospf/lsreq.c') diff --git a/proto/ospf/lsreq.c b/proto/ospf/lsreq.c index 3a68212..580fd1d 100644 --- a/proto/ospf/lsreq.c +++ b/proto/ospf/lsreq.c @@ -69,7 +69,11 @@ lsrr_timer_hook(timer *timer) p=(struct proto *)(ifa->proto); debug("%s: LSRR timer fired on interface %s for neigh: %I.\n", p->name, ifa->iface->name, n->rid); - ospf_lsreq_tx(n); + if(n->state