mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 11:44:16 +00:00
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 <donatas@opensourcerouting.org>
This commit is contained in:
parent
1df6c57e69
commit
a04407cdaa
@ -1135,7 +1135,8 @@ enum bgp_fsm_rfc_codes {
|
|||||||
BGP_FSM_NotifMsg = 25,
|
BGP_FSM_NotifMsg = 25,
|
||||||
BGP_FSM_KeepAliveMsg = 26,
|
BGP_FSM_KeepAliveMsg = 26,
|
||||||
BGP_FSM_UpdateMsg = 27,
|
BGP_FSM_UpdateMsg = 27,
|
||||||
BGP_FSM_UpdateMsgErr = 28
|
BGP_FSM_UpdateMsgErr = 28,
|
||||||
|
BGP_FSM_SendHoldTimer_Expires = 29,
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user