From c8798a6f8fdd08d90ec76bbacd111f984f92fa12 Mon Sep 17 00:00:00 2001 From: Chikkegowda Chikkaiah Date: Mon, 6 Jul 2026 15:55:26 -0400 Subject: [PATCH] fix NHG attribute comment Signed-off-by: Chikkegowda Chikkaiah --- doc/SAI-Proposal-FRR.md | 4 ++-- inc/sainexthopgroup.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/SAI-Proposal-FRR.md b/doc/SAI-Proposal-FRR.md index fc12a701..e503daa7 100644 --- a/doc/SAI-Proposal-FRR.md +++ b/doc/SAI-Proposal-FRR.md @@ -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 diff --git a/inc/sainexthopgroup.h b/inc/sainexthopgroup.h index a34e9fdf..cf2a054a 100644 --- a/inc/sainexthopgroup.h +++ b/inc/sainexthopgroup.h @@ -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