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
12 changes: 12 additions & 0 deletions inc/saibfd.h
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,18 @@ typedef enum _sai_bfd_session_attr_t
*/
SAI_BFD_SESSION_ATTR_NEXT_HOP_ID,

/**
* @brief Admin state
*
* Allows user to administratively disable a BFD session without deleting it. Setting this
* attribute to false disables the session.
Comment thread
chikkaiah-work marked this conversation as resolved.
*
* @type bool
* @flags CREATE_AND_SET
* @default true
*/
SAI_BFD_SESSION_ATTR_ADMIN_STATE,

/**
* @brief End of attributes
*/
Expand Down
Loading