[SAI] Add SAI_IPMC_GROUP_ATTR_LABEL and SAI_NEXT_HOP_GROUP_ATTR_LABEL.#2283
[SAI] Add SAI_IPMC_GROUP_ATTR_LABEL and SAI_NEXT_HOP_GROUP_ATTR_LABEL.#2283ksravani-hcl wants to merge 1 commit into
Conversation
|
@vivekmoorthy Please review |
|
LGTM. |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
you will need to refactor, rebase to master and force push |
Signed-off-by: SRAVANI KANASANI <kanasanis@google.com>
dbb6d19 to
64e1de4
Compare
|
|
@tjchadaga, Could you please review the PR and help to merge. |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@tjchadaga, Can you please review the changes and approve the PR. |
|
@tjchadaga @kcudnik, Could you please help to merge this PR. |
|
there is still one change pending from @tjchadaga |
|
@tjchadaga, Could you please review the changes and help to merge the PR. |
|
I have addressed the comments from @tjchadaga, |
|
@tjchadaga, Could you please review the changes and help to merge the PR. |
Description:
Introduce unique label attributes to IPMC groups, L2MC groups, and Next Hop objects:
This PR adds SAI_IPMC_GROUP_ATTR_LABEL, SAI_L2MC_GROUP_ATTR_LABEL, and SAI_NEXT_HOP_ATTR_LABEL as string-type attributes across their respective headers. These new attributes are defined with CREATE_AND_SET flags and a default empty string to enable unique identification and improved management of these resources.
what i did:
Added a LABEL attribute to IPMC groups, L2MC groups, and Next Hop objects.
why i did:
To allow unique string-based identification and easier tracking of these resources.