You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added Max Nexthopgroup/ECMP Count supported by device into State DB. (sonic-net#1383)
* Added Max Nexthopgroup/ECMP Count supported by device
to State DB as part of Swicth Capability Table.
Motivation for adding this to StateDB was to make sure
we can query this value (n) from external test case and make sure
we add (n) number of ECMP Group successfully and (n+1) should fail
without termination orchagent.
Since we are using SWITCH_CAPABILTY Table moved the setting of table
field from aclorch to switchorch
Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
* Fix
* Fix VS mock_tables gtest failure.
0 commit comments