From 2e3b2e474ed5ba04744b167132a84f9954485af4 Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 13 Dec 2002 21:03:13 +0000 Subject: zebra link state detection support --- ripd/ripd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ripd/ripd.c') diff --git a/ripd/ripd.c b/ripd/ripd.c index 3c55479d..c63bf104 100644 --- a/ripd/ripd.c +++ b/ripd/ripd.c @@ -2231,7 +2231,7 @@ rip_update_process (int route_type) if (if_is_loopback (ifp)) continue; - if (! if_is_up (ifp)) + if (! if_is_operative (ifp)) continue; /* Fetch RIP interface information. */ -- cgit v1.2.1