STORDIS / orca_nw_lib

gNMI python package for SONiC switch discovery and management.
Apache License 2.0
2 stars 3 forks source link

Port-Group speed updates and Interface valid-speeds issue. #67 #71

Closed rahul-1475 closed 3 months ago

rahul-1475 commented 3 months ago

Fixes #67

issue:

If port group speed is set to 25G , all interface in the port-group are updated to have the speed 25G, but the valid speeds and adv-speed set is still 1G and 10G which is not correct.

Fixes:

rahul-1475 commented 3 months ago

other pull request:

https://github.com/STORDIS/orca_backend/pull/42