summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_debug.h
diff options
context:
space:
mode:
authorvivek <vivek@cumulusnetworks.com>2018-03-04 07:56:19 +0100
committervivek <vivek@cumulusnetworks.com>2018-03-04 07:56:19 +0100
commit052ea98b431598466e939575df2992b483524587 (patch)
tree74781b6449449049148bd2d420628ed161defc8d /bgpd/bgp_debug.h
parentbgpd: Parse PMSI Tunnel Attribute and display (diff)
downloadfrr-052ea98b431598466e939575df2992b483524587.tar.xz
frr-052ea98b431598466e939575df2992b483524587.zip
bgpd: Fix warnings
Signed-off-by: Vivek Venkatraman <vivek@cumulusnetworks.com>
Diffstat (limited to 'bgpd/bgp_debug.h')
-rw-r--r--bgpd/bgp_debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_debug.h b/bgpd/bgp_debug.h
index 765e43f5b..10a1e3159 100644
--- a/bgpd/bgp_debug.h
+++ b/bgpd/bgp_debug.h
@@ -136,6 +136,7 @@ struct bgp_debug_filter {
#define CONF_BGP_DEBUG(a, b) (conf_bgp_debug_ ## a & BGP_DEBUG_ ## b)
extern const char *bgp_type_str[];
+extern const char *pmsi_tnltype_str[];
extern int bgp_dump_attr(struct attr *, char *, size_t);
extern int bgp_debug_peer_updout_enabled(char *host);