Skip to content

Commit 2b2131c

Browse files
Count BFD session state changes from UP to DOWN (#2268)
Signed-off-by: Chikkegowda Chikkaiah <cchikkai@cisco.com>
1 parent 82a8d7e commit 2b2131c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

inc/saibfd.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,10 @@ typedef enum _sai_bfd_session_stat_t
589589
SAI_BFD_SESSION_STAT_OUT_PACKETS,
590590

591591
/** Packet Drop stat count */
592-
SAI_BFD_SESSION_STAT_DROP_PACKETS
592+
SAI_BFD_SESSION_STAT_DROP_PACKETS,
593+
594+
/** Count transitions where the session state changes from UP to DOWN */
595+
SAI_BFD_SESSION_STAT_SESSION_UP2DOWN_TRANSITIONS
593596

594597
} sai_bfd_session_stat_t;
595598

0 commit comments

Comments
 (0)