diff options
Diffstat (limited to 'bgpd/bgp_errors.h')
-rw-r--r-- | bgpd/bgp_errors.h | 3 |
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); |