diff options
author | vivek <vivek@cumulusnetworks.com> | 2018-03-04 07:56:19 +0100 |
---|---|---|
committer | vivek <vivek@cumulusnetworks.com> | 2018-03-04 07:56:19 +0100 |
commit | 052ea98b431598466e939575df2992b483524587 (patch) | |
tree | 74781b6449449049148bd2d420628ed161defc8d /bgpd/bgp_debug.h | |
parent | bgpd: Parse PMSI Tunnel Attribute and display (diff) | |
download | frr-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.h | 1 |
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); |