forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[YANG][utilities] update sonic DB version string format
Old format: version_a_b_c New format: version_<branch>_<nn> sonic-utilities: * a68d3d3a 2023-12-20 | Collect module EEPROM data in dump (sonic-net#3009) [Junchao-Mellanox] * e7a8def6 2023-12-19 | Enhanced route_check.py for multi_asic platforms (sonic-net#3077) [Deepak Singhal] Signed-off-by: Ying Xie <ying.xie@microsoft.com>
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule sonic-utilities
updated
8 files
+105 −1 | doc/Command-Reference.md | |
+1 −0 | scripts/generate_dump | |
+127 −93 | scripts/route_check.py | |
+92 −33 | scripts/route_check_test.sh | |
+220 −92 | sfputil/main.py | |
+82 −108 | tests/route_check_test.py | |
+707 −362 | tests/route_check_test_data.py | |
+149 −3 | tests/sfputil_test.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters