-
Notifications
You must be signed in to change notification settings - Fork 710
certain assumptions of read_porttab_mappings is no longer valid #10
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
Comments
introduced index column in port_config.ini to solve this problem. |
praveen-li
pushed a commit
to praveen-li/sonic-utilities
that referenced
this issue
Feb 3, 2020
* [main.py]: Verify from Asic DB that Port are deleted. Wait Max for a min. An internal function is written, which will move to config_mgmt.py file once delete Port and add Port APIs are merged. Signed-off-by: Praveen Chaudhary <[email protected]> * [main.py]: Address Review Comments. Signed-off-by: Praveen Chaudhary <[email protected]>
vdahiya12
pushed a commit
to vdahiya12/sonic-utilities
that referenced
this issue
Jul 23, 2021
mihirpat1
pushed a commit
to mihirpat1/sonic-utilities
that referenced
this issue
Sep 15, 2023
…e, delete file and read directly from EEPROM (sonic-net#10) * [sonic_eeprom] If reading from what appears to be a corrupt cache file, delete file and read directly from EEPROM * Refactor to eliminate recursion
ashutosh-agrawal
pushed a commit
to ashutosh-agrawal/sonic-utilities
that referenced
this issue
Apr 18, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For example, port name for s6000 is from Ethernet0 to Ethernet63, no longer step by 4.
physical_port = logical_port.split('Ethernet').pop()
physical_port = int(physical_port.split('s').pop(0))/4
The text was updated successfully, but these errors were encountered: