From c1702b674f1be7e59541f19079d09d0390b712e4 Mon Sep 17 00:00:00 2001 From: Chikkegowda Chikkaiah Date: Wed, 1 Apr 2026 17:42:28 -0400 Subject: [PATCH] Count BFD session state changes from UP to DOWN Signed-off-by: Chikkegowda Chikkaiah --- inc/saibfd.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/inc/saibfd.h b/inc/saibfd.h index fa0a75072..dfecccc79 100644 --- a/inc/saibfd.h +++ b/inc/saibfd.h @@ -577,7 +577,10 @@ typedef enum _sai_bfd_session_stat_t SAI_BFD_SESSION_STAT_OUT_PACKETS, /** Packet Drop stat count */ - SAI_BFD_SESSION_STAT_DROP_PACKETS + SAI_BFD_SESSION_STAT_DROP_PACKETS, + + /** Count transitions where the session state changes from UP to DOWN */ + SAI_BFD_SESSION_STAT_SESSION_UP2DOWN_TRANSITIONS } sai_bfd_session_stat_t;