-
Notifications
You must be signed in to change notification settings - Fork 92
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
Address coments from review of HA proposal #271
base: main
Are you sure you want to change the base?
Conversation
SanjayTh
commented
Nov 1, 2022
- Add Flow sync metadata details and other changes
- Add Flow sync metadata details and other changes
/** | ||
* @brief Default result - undefined | ||
*/ | ||
SAI_DASH_HA_POLICY_RESULT_NONE, |
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.
what does undefined mean here?
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.
This is to prevent an unset value taking on a valid value by default and should be explicitly set to one of the other values. This value should not seen on the wire
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.
Minor spelling issue