summaryrefslogtreecommitdiff
path: root/bgpd/bgp_errors.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-08-16 09:29:23 -0400
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-09-06 20:50:58 +0000
commit065eaa36290decd582bd299855bbc86a890b07c2 (patch)
tree00290377dc2e7f04f7e8953e3378a6b27785bd34 /bgpd/bgp_errors.h
parentf162a5b977a9edce3c04d6f85f117fb284115e06 (diff)
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 6accd44230..4de04f760e 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);