Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions doc/SAI-Proposal-FRR.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,10 +406,10 @@ typedef enum _sai_next_hop_group_member_attr_t
+ * @brief The object to be monitored for this next hop.
+ *
+ * If the specified objects fails, the switching entity marks this
+ * next hop as SAI_NEXT_HOP_GROUP_MEMBER_PROTECTION_ROLE_FAILED and does
+ * next hop as SAI_NEXT_HOP_GROUP_MEMBER_OBSERVED_ROLE_INACTIVE and does
+ * not use it to forward traffic. If there is a backup next hop available
+ * in this group then the backup's observed role is set to
+ * SAI_NEXT_HOP_GROUP_MEMBER_PROTECTION_ROLE_FORWARDING and it is used to
+ * SAI_NEXT_HOP_GROUP_MEMBER_OBSERVED_ROLE_ACTIVE and it is used to
+ * forward traffic.
+ *
+ * @type sai_object_id_t
Expand Down
4 changes: 2 additions & 2 deletions inc/sainexthopgroup.h
Original file line number Diff line number Diff line change
Expand Up @@ -434,10 +434,10 @@ typedef enum _sai_next_hop_group_member_attr_t
* @brief The object to be monitored for this next hop.
*
* If the specified objects fails, the switching entity marks this
* next hop as SAI_NEXT_HOP_GROUP_MEMBER_PROTECTION_ROLE_FAILED and does
* next hop as SAI_NEXT_HOP_GROUP_MEMBER_OBSERVED_ROLE_INACTIVE and does
* not use it to forward traffic. If there is a backup next hop available
* in this group then the backup's observed role is set to
* SAI_NEXT_HOP_GROUP_MEMBER_PROTECTION_ROLE_FORWARDING and it is used to
* SAI_NEXT_HOP_GROUP_MEMBER_OBSERVED_ROLE_ACTIVE and it is used to
* forward traffic.
*
* @type sai_object_id_t
Expand Down
Loading