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