summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_fsm.c
diff options
context:
space:
mode:
Diffstat (limited to 'bgpd/bgp_fsm.c')
-rw-r--r--bgpd/bgp_fsm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/bgpd/bgp_fsm.c b/bgpd/bgp_fsm.c
index 8db13c3e..475d2cbf 100644
--- a/bgpd/bgp_fsm.c
+++ b/bgpd/bgp_fsm.c
@@ -2586,6 +2586,8 @@ bgp_keepalive_timer_action(qtimer qtr, void* timer_info, qtime_mono_t when)
/*============================================================================*/
/* BGP Peer Down Cause */
+/* TODO: this is also defined in bgp_peer.c */
+#if 0
const char *peer_down_str[] =
{
"",
@@ -2612,3 +2614,4 @@ const char *peer_down_str[] =
"Multihop config change",
"NSF peer closed the session"
};
+#endif