summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bgpd/bgp_packet.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bgpd/bgp_packet.c b/bgpd/bgp_packet.c
index e8f77f10..114cfb4f 100644
--- a/bgpd/bgp_packet.c
+++ b/bgpd/bgp_packet.c
@@ -923,6 +923,7 @@ bgp_notify_send (struct peer *peer, u_char code, u_char sub_code)
bgp_notify_send_with_data (peer, code, sub_code, NULL, 0);
}
+#if 0
static const char *
afi2str (afi_t afi)
{
@@ -946,6 +947,7 @@ safi2str (safi_t safi)
else
return "Unknown SAFI";
}
+#endif
/* Send route refresh message to the peer. */
void