From 391931d45686a807d322878d4b3d5c9634e2dbca Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Fri, 19 Nov 2010 13:46:21 +0100 Subject: Minor finalizations of link state checks. --- proto/ospf/hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/ospf/hello.c') diff --git a/proto/ospf/hello.c b/proto/ospf/hello.c index 3d7d8de..216dc72 100644 --- a/proto/ospf/hello.c +++ b/proto/ospf/hello.c @@ -247,7 +247,7 @@ ospf_hello_send(timer *timer, int poll, struct ospf_neighbor *dirn) else ifa = (struct ospf_iface *) timer->data; - if (ifa->state == OSPF_IS_DOWN) + if (ifa->state <= OSPF_IS_LOOP) return; if (ifa->stub) -- cgit v1.2.3