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, }; /*