summaryrefslogtreecommitdiff
path: root/zebra/zserv.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/zserv.c')
-rw-r--r--zebra/zserv.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/zebra/zserv.c b/zebra/zserv.c
index 70707866ee..6abd49310c 100644
--- a/zebra/zserv.c
+++ b/zebra/zserv.c
@@ -1152,10 +1152,6 @@ static void zebra_show_stale_client_detail(struct vty *vty,
info->t_stale_removal));
}
}
- vty_out(vty, "Current AFI : %d\n", info->current_afi);
- if (info->current_prefix)
- vty_out(vty, "Current prefix : %pFX\n",
- info->current_prefix);
}
}
vty_out(vty, "\n");