-
Notifications
You must be signed in to change notification settings - Fork 487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for creating/modifying IPMC group with member list. #2121
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Kishore Gummadidala <[email protected]>
* | ||
* @type sai_object_list_t | ||
* @flags CREATE_AND_SET | ||
* @objects SAI_OBJECT_TYPE_NEXT_HOP |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why only nexthop, IPMC member create support RIF, Tunnel also
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IIUC the object list check requires the list to contain a single object type..
* @brief IPMC output list | ||
* | ||
* @type sai_object_list_t | ||
* @flags CREATE_AND_SET |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As per your design, NOS should send all members during SET so that SAI can replace all existing members, that is not captured here
@JaiOCP - could you please help review? |
Add support for creating/modifying IPMC group with member list.