diff options
author | Ondrej Filip <feela@network.cz> | 2000-06-05 19:45:06 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-06-05 19:45:06 +0000 |
commit | 4bb9ce56bbf42ac09fc8293d8419835b6f178e83 (patch) | |
tree | dae5fe5e597491187c867ef06db5c2ade34b5c3f /proto/ospf/dbdes.c | |
parent | 496c819f26f67593797f0b861e153399c1d63a86 (diff) |
Reset inactim timer if you receive any packet from neighbor.
Diffstat (limited to 'proto/ospf/dbdes.c')
-rw-r--r-- | proto/ospf/dbdes.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/dbdes.c b/proto/ospf/dbdes.c index 7162e164..7278ccb1 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) { |