summaryrefslogtreecommitdiff
path: root/bgpd/bgp_errors.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-08-16 09:15:43 -0400
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-09-06 20:50:58 +0000
commitf162a5b977a9edce3c04d6f85f117fb284115e06 (patch)
tree6c34f0457f6df5319feca9fbed775983b0f379e2 /bgpd/bgp_errors.h
parent01c4f23c0edccfa716228c972ca615eacd602387 (diff)
bgpd: convert bgp_nht.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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_errors.h b/bgpd/bgp_errors.h
index a9f20f1407..6accd44230 100644
--- a/bgpd/bgp_errors.h
+++ b/bgpd/bgp_errors.h
@@ -93,6 +93,7 @@ enum bgp_log_refs {
BGP_WARN_EVPN_VPN_VNI,
BGP_WARN_EVPN_ESI,
BGP_WARN_INVALID_LABEL_STACK,
+ BGP_WARN_ZEBRA_SEND,
};
extern void bgp_error_init(void);