summaryrefslogtreecommitdiff
path: root/bgpd/bgp_debug.h
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2017-01-25 04:03:38 +0100
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-03-06 19:40:26 -0500
commit38de8d0229d342f84ce550dc05be6b220b388a5d (patch)
tree5a3434788e431c28196264159e730a7b49d2d866 /bgpd/bgp_debug.h
parent1f806fc2c86f4d821ef9bfb2df4d841b7a2e56e4 (diff)
bgpd: RX shutdown message in "show bgp neighbor"
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Diffstat (limited to 'bgpd/bgp_debug.h')
-rw-r--r--bgpd/bgp_debug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bgpd/bgp_debug.h b/bgpd/bgp_debug.h
index 23ea7b0e52..0968568225 100644
--- a/bgpd/bgp_debug.h
+++ b/bgpd/bgp_debug.h
@@ -156,4 +156,6 @@ extern int bgp_debug_zebra(struct prefix *p);
extern int bgp_debug_count(void);
extern const char *bgp_debug_rdpfxpath2str (struct prefix_rd *, union prefixconstptr,
int, u_int32_t, char *, int);
+const char *bgp_notify_admin_message(char *buf, size_t bufsz, u_char *data, size_t datalen);
+
#endif /* _QUAGGA_BGP_DEBUG_H */