From a04407cdaa21f8c2ce5efdbd210d4f1a521f7a40 Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Thu, 7 Nov 2024 11:20:06 +0200 Subject: [PATCH] bgpd: Add SendHoldTimer_Expires event to bgp_fsm_rfc_codes Not really used, but since we have it, let's update it as a pointer. This event comes from https://datatracker.ietf.org/doc/html/rfc9687 Signed-off-by: Donatas Abraitis --- bgpd/bgpd.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bgpd/bgpd.h b/bgpd/bgpd.h index f7f74c670f..f123188ae8 100644 --- a/bgpd/bgpd.h +++ b/bgpd/bgpd.h @@ -1135,7 +1135,8 @@ enum bgp_fsm_rfc_codes { BGP_FSM_NotifMsg = 25, BGP_FSM_KeepAliveMsg = 26, BGP_FSM_UpdateMsg = 27, - BGP_FSM_UpdateMsgErr = 28 + BGP_FSM_UpdateMsgErr = 28, + BGP_FSM_SendHoldTimer_Expires = 29, }; /*