summaryrefslogtreecommitdiffstats
path: root/ripd/ripd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ripd/ripd.c')
-rw-r--r--ripd/ripd.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ripd/ripd.c b/ripd/ripd.c
index 50331bab..2a093539 100644
--- a/ripd/ripd.c
+++ b/ripd/ripd.c
@@ -3549,6 +3549,9 @@ DEFUN (show_ip_rip_status,
{
ri = ifp->info;
+ if (!ri->running)
+ continue;
+
if (ri->enable_network || ri->enable_interface)
{
if (ri->ri_send == RI_RIP_UNSPEC)