Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion inc/saibfd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
Loading