-
Notifications
You must be signed in to change notification settings - Fork 18
Align with new HLD schema #20
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
Align with new HLD schema #20
Conversation
Signed-off-by: Lawrence Lee <[email protected]>
Signed-off-by: Lawrence Lee <[email protected]>
Signed-off-by: Lawrence Lee <[email protected]>
Signed-off-by: Lawrence Lee <[email protected]>
…pi into route-group
@pranjal-git to review |
proto/route_rule.proto
Outdated
// Optional | ||
// optional region_id which the vni/prefix belongs to as a string for any vendor optimizations | ||
optional string region = 7; | ||
optional string region = 8; |
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.
is this field needed? looks like we don't have this field in SAI.
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 field is present in the HLD, should we remove it from there if it's unneeded?
proto/vnet_mapping.proto
Outdated
// Optional | ||
optional bool use_pl_sip_eni = 7; | ||
optional bool use_pl_sip_eni = 6; |
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.
do we need to remove this field?
Signed-off-by: Lawrence Lee <[email protected]>
5cdd237
to
747425a
Compare
Signed-off-by: Lawrence Lee <[email protected]>
- Marking original action_type as deprecated to prevent breaking existing code Signed-off-by: Lawrence Lee <[email protected]>
Signed-off-by: Lawrence Lee <[email protected]>
Signed-off-by: Lawrence Lee <[email protected]>
Signed-off-by: Lawrence Lee <[email protected]>
0a1151b
to
6668ccb
Compare
Signed-off-by: Lawrence Lee <[email protected]>
6668ccb
to
95fa234
Compare
Signed-off-by: Lawrence Lee <[email protected]>
Signed-off-by: Lawrence Lee <[email protected]>
Signed-off-by: Lawrence Lee <[email protected]>
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.
lgtm
What I did For DASH_ROUTE_TABLE entries, change action_type references to routing_type references. Why I did it sonic-net/sonic-dash-api#20 deprecates action_type in DASH_ROUTE_TABLE in favor of routing_type to more accurately describe the field. Any downstream repositories which build SWSS will see a deprecation warning for action_type and builds with -Werror set will not compile. Signed-off-by: Lawrence Lee <[email protected]>
What I did For DASH_ROUTE_TABLE entries, change action_type references to routing_type references. Why I did it sonic-net/sonic-dash-api#20 deprecates action_type in DASH_ROUTE_TABLE in favor of routing_type to more accurately describe the field. Any downstream repositories which build SWSS will see a deprecation warning for action_type and builds with -Werror set will not compile. Signed-off-by: Lawrence Lee <[email protected]>
Align DASH API with newest HLD changes: sonic-net/DASH#520 and sonic-net/SONiC#1658