summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_errors.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-08-16 15:29:23 +0200
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-09-06 22:50:58 +0200
commit065eaa36290decd582bd299855bbc86a890b07c2 (patch)
tree00290377dc2e7f04f7e8953e3378a6b27785bd34 /bgpd/bgp_errors.h
parentbgpd: convert bgp_nht.c to use flog_warn (diff)
downloadfrr-065eaa36290decd582bd299855bbc86a890b07c2.tar.xz
frr-065eaa36290decd582bd299855bbc86a890b07c2.zip
bgpd: Convert bgp_open.c to use flog_warn
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'bgpd/bgp_errors.h')
-rw-r--r--bgpd/bgp_errors.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bgpd/bgp_errors.h b/bgpd/bgp_errors.h
index 6accd4423..4de04f760 100644
--- a/bgpd/bgp_errors.h
+++ b/bgpd/bgp_errors.h
@@ -94,6 +94,10 @@ enum bgp_log_refs {
BGP_WARN_EVPN_ESI,
BGP_WARN_INVALID_LABEL_STACK,
BGP_WARN_ZEBRA_SEND,
+ BGP_WARN_CAPABILITY_INVALID_LENGTH,
+ BGP_WARN_CAPABILITY_INVALID_DATA,
+ BGP_WARN_CAPABILITY_VENDOR,
+ BGP_WARN_CAPABILITY_UNKNOWN,
};
extern void bgp_error_init(void);