-
Notifications
You must be signed in to change notification settings - Fork 0
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
Sai tunnel API #1
base: v0.9.2
Are you sure you want to change the base?
Conversation
/* Tunnel entry destination ip address [sai_ip_address_t] (MANDATORY_ON_CREATE|CREATE_ONLY) */ | ||
SAI_TUNNEL_ATTR_DIP, | ||
|
||
/* Tunnel entry type [sai_tunnel_type_t] (MANDATORY_ON_CREATE|CREATE_ONLY) */ |
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.
make this as the first attribute?
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.
Sure.
From: lguohan [mailto:[email protected]]
Sent: Thursday, April 2, 2015 6:17 PM
To: lguohan/OCP-Networking-Project-Community-Contributions
Cc: Jiaxin Cao
Subject: Re: [OCP-Networking-Project-Community-Contributions] Sai tunnel API (#1)
In sai/inc/saitunnel.hhttps://github.com//pull/1#discussion_r27710864:
+/*
+* Attribute id for tunnel
+*/
+typedef enum _sai_tunnel_attr_t
+{
- /* READ-ONLY */
- /* READ-WRITE */
- /* Tunnel entry source ip address sai_ip_address_t */
- SAI_TUNNEL_ATTR_SIP,
- /* Tunnel entry destination ip address sai_ip_address_t */
- SAI_TUNNEL_ATTR_DIP,
- /* Tunnel entry type sai_tunnel_type_t */
make this as the first attribute?
—
Reply to this email directly or view it on GitHubhttps://github.com//pull/1/files#r27710864.
e0834fc
to
6990579
Compare
defined range of ACL attributes like fields and actions, change ACL table priority attribute to be MANDATORAY_ON_CREATE
Changes for Port numbering and Breakout handling Changes for setting the Media Type for a port Changes for setting few more FDB learning modes Define NULL Object ID that can used for remove/unset an attribute
75a1dff
to
c521b42
Compare
Update SAI-Proposal-13-Hash.md
Sai tunnel API