summaryrefslogtreecommitdiff
path: root/bgpd/bgp_errors.h
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2022-05-19 14:51:29 -0400
committerGitHub <noreply@github.com>2022-05-19 14:51:29 -0400
commitd37879b7a25fc3c0323d88c666b6a7646860a9c3 (patch)
tree16f1ae90bbc98bc39cd6913d928fe8c8d3b283f9 /bgpd/bgp_errors.h
parentbde51e807ff94d9ba3192bee52cabda215459bfb (diff)
parentbd9fb6f368049bd5f1f6a2b7bc97fbd51c9300cc (diff)
Merge pull request #11225 from opensourcerouting/bgp-sendhold
bgpd: implement SendHoldTimer
Diffstat (limited to 'bgpd/bgp_errors.h')
-rw-r--r--bgpd/bgp_errors.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bgpd/bgp_errors.h b/bgpd/bgp_errors.h
index 0b71af3fc6..0c0917c49e 100644
--- a/bgpd/bgp_errors.h
+++ b/bgpd/bgp_errors.h
@@ -102,6 +102,8 @@ enum bgp_log_refs {
EC_BGP_INVALID_BGP_INSTANCE,
EC_BGP_INVALID_ROUTE,
EC_BGP_NO_LL_ADDRESS_AVAILABLE,
+ EC_BGP_SENDQ_STUCK_WARN,
+ EC_BGP_SENDQ_STUCK_PROPER,
};
extern void bgp_error_init(void);