From a3f657ac764ff38a5829f27a0dccbf6220043a1a Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Wed, 10 May 2000 13:35:49 +0000 Subject: Ever test possibility of forming of adjacency. --- proto/ospf/neighbor.c | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'proto/ospf') diff --git a/proto/ospf/neighbor.c b/proto/ospf/neighbor.c index 78bba61..479b0f8 100644 --- a/proto/ospf/neighbor.c +++ b/proto/ospf/neighbor.c @@ -225,15 +225,9 @@ ospf_neigh_sm(struct ospf_neighbor *n, int event) } break; case INM_2WAYREC: - if(n->statestatestate==NEIGHBOR_2WAY) && can_do_adj(n)) + neigh_chstate(n,NEIGHBOR_EXSTART); break; case INM_NEGDONE: if(n->state==NEIGHBOR_EXSTART) @@ -261,7 +255,7 @@ ospf_neigh_sm(struct ospf_neighbor *n, int event) switch(n->state) { case NEIGHBOR_2WAY: - /* Can In build adjacency? */ + /* Can In build adjacency? */ if(can_do_adj(n)) { neigh_chstate(n,NEIGHBOR_EXSTART); -- cgit v1.2.3