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/dbdes.c | 1 + 1 file changed, 1 insertion(+) (limited to 'proto/ospf/dbdes.c') diff --git a/proto/ospf/dbdes.c b/proto/ospf/dbdes.c index 7162e16..7278ccb 100644 --- a/proto/ospf/dbdes.c +++ b/proto/ospf/dbdes.c @@ -219,6 +219,7 @@ ospf_dbdes_rx(struct ospf_dbdes_packet *ps, struct proto *p, debug("%s: Received dbdes from %I via %s.\n", p->name, n->ip, ifa->iface->name); + ospf_neigh_sm(n, INM_HELLOREC); switch(n->state) { -- cgit v1.2.3