We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a8d7e commit 2b2131cCopy full SHA for 2b2131c
1 file changed
inc/saibfd.h
@@ -589,7 +589,10 @@ typedef enum _sai_bfd_session_stat_t
589
SAI_BFD_SESSION_STAT_OUT_PACKETS,
590
591
/** Packet Drop stat count */
592
- SAI_BFD_SESSION_STAT_DROP_PACKETS
+ 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
596
597
} sai_bfd_session_stat_t;
598
0 commit comments