-
Notifications
You must be signed in to change notification settings - Fork 506
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
[DASH SAI] Add ENI mode VM/FNIC and trusted_vni entry #2158
base: master
Are you sure you want to change the base?
Conversation
Thanks @jimmyzhai for the PR. @mukeshmv , @marian-pritsak for review |
@jimmyzhai , can you also provide global trusted vni range support for appliance table? |
Signed-off-by: Junhua Zhai <junhua.zhai@outlook.com>
Yes, I'm doing it. |
Signed-off-by: Junhua Zhai <junhua.zhai@outlook.com>
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
* | ||
* @objects SAI_OBJECT_TYPE_ENI | ||
*/ | ||
sai_object_id_t eni_id; |
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.
The HLD allows for a global list of trusted VNIs associated with the appliance instead of a specific VNI (https://github.com/sonic-net/SONiC/blob/master/doc/dash/dash-sonic-hld.md#328-appliance), how do we plan to handle this if eni_id is part of the entry definition? @prsunny
No description provided.