From 279a3b76d193944431a992a1ac43543fe15ab903 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Tue, 9 May 2000 10:47:10 +0000 Subject: Small bug in neighbor state machine. --- proto/ospf/neighbor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/ospf') diff --git a/proto/ospf/neighbor.c b/proto/ospf/neighbor.c index 0d479df..317da36 100644 --- a/proto/ospf/neighbor.c +++ b/proto/ospf/neighbor.c @@ -288,7 +288,7 @@ ospf_neigh_sm(struct ospf_neighbor *n, int event) case INM_1WAYREC: if(n->state>=NEIGHBOR_2WAY) { - neigh_chstate(n,NEIGHBOR_DOWN); + neigh_chstate(n,NEIGHBOR_INIT); ospf_int_sm(n->ifa, ISM_NEICH); } break; -- cgit v1.2.3