summaryrefslogtreecommitdiffstats
path: root/bgpd/bgpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'bgpd/bgpd.c')
-rw-r--r--bgpd/bgpd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/bgpd/bgpd.c b/bgpd/bgpd.c
index 154cb28d..238bd01c 100644
--- a/bgpd/bgpd.c
+++ b/bgpd/bgpd.c
@@ -4712,7 +4712,6 @@ bgp_terminate (int terminating, int retain_mode)
for (ALL_LIST_ELEMENTS (bm->bgp, mnode, mnnode, bgp))
for (ALL_LIST_ELEMENTS (bgp->peer, node, nnode, peer))
{
-fprintf(stderr, ">>> %s:", peer->host) ;
if (retain_mode)
bgp_peer_disable(peer, NULL);
else if (terminating)
@@ -4725,7 +4724,6 @@ fprintf(stderr, ">>> %s:", peer->host) ;
else
bgp_notify_send(peer, BGP_NOTIFY_CEASE,
BGP_NOTIFY_CEASE_ADMIN_RESET);
-fprintf(stderr, "<<<\n") ;
}
if (!retain_mode)