summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_errors.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-08-16 14:58:01 +0200
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-09-06 22:50:58 +0200
commit286425133ed819d34aac43a99bd0d181dbd28a82 (patch)
treec136700d6e61d5844047116b69a822a231f1104e /bgpd/bgp_errors.h
parentbgpd: Convert bgp_network.c to use flog_warn (diff)
downloadfrr-286425133ed819d34aac43a99bd0d181dbd28a82.tar.xz
frr-286425133ed819d34aac43a99bd0d181dbd28a82.zip
bgpd: Convert bgp_evpn.c to use flow_warn
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'bgpd/bgp_errors.h')
-rw-r--r--bgpd/bgp_errors.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bgpd/bgp_errors.h b/bgpd/bgp_errors.h
index c47a60008..95202cdb0 100644
--- a/bgpd/bgp_errors.h
+++ b/bgpd/bgp_errors.h
@@ -89,6 +89,9 @@ enum bgp_log_refs {
BGP_WARN_UNRECOGNIZED_CAPABILITY,
BGP_WARN_NO_TCP_MD5,
BGP_WARN_NO_SOCKOPT_MARK,
+ BGP_WARN_EVPN_PMSI_PRESENT,
+ BGP_WARN_EVPN_VPN_VNI,
+ BGP_WARN_EVPN_ESI,
};
extern void bgp_error_init(void);