From 4bb9ce56bbf42ac09fc8293d8419835b6f178e83 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Mon, 5 Jun 2000 19:45:06 +0000 Subject: Reset inactim timer if you receive any packet from neighbor. --- proto/ospf/lsreq.c | 1 + 1 file changed, 1 insertion(+) (limited to 'proto/ospf/lsreq.c') diff --git a/proto/ospf/lsreq.c b/proto/ospf/lsreq.c index acd36a8..c9c4b1d 100644 --- a/proto/ospf/lsreq.c +++ b/proto/ospf/lsreq.c @@ -127,6 +127,7 @@ ospf_lsreq_rx(struct ospf_lsreq_packet *ps, struct proto *p, if(n->statename, n->ip); + ospf_neigh_sm(n, INM_HELLOREC); length=ntohs(ps->ospf_packet.length); lsh=(void *)(ps+1); -- cgit v1.2.3