-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[master] orchagent exits in a multi-asic linecard in Chassis #11064
Comments
This commit updated frr version which introduced a new attribute "weight" with value 2 to the ROUTE_TABLE entry. But Syncd/BCM expects the weight value is 1. Before the update, there is NO "weight" attribute in the ROUTE_TABLE entry commit a477dbb
|
Tracking with Broadcom |
I see the default weight in frr is 1:
But app-db it gets reflected as 2:
The issue seems to be due to below code in PR1853
|
fix in #11094 |
Description
On booting up of a multi-asic linecard in Chassis, the following error is seen and orchagent exits
Steps to reproduce the issue:
Describe the results you received:
The above errors and OA exit.
Describe the results you expected:
There should not be an OA exit.
Not expecting these errors " SAI_API_NEXT_HOP_GROUP:brcm_sai_dnx_create_next_hop_group_member:3300 Next-hop member weight should be '1'. passed value:2
Output of
show version
:Build based on master/29043ff026a815e1fea338759ff05491c48e2f03
Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: