Skip to content

Commit

Permalink
[submodule] Update submodule sonic-utilities to the latest HEAD autom…
Browse files Browse the repository at this point in the history
…atically (#21343)

#### Why I did it
src/sonic-utilities
```
* 899ed9b9 - (HEAD -> master, origin/master, origin/HEAD) Remove Multi ASIC namespace Check. (#3783) (3 days ago) [Xincun Li]
* 9f1eab43 - Memory Statistics Config and Show Commands (#3575) (3 days ago) [Kanza Latif]
* 595c2aaa - Utilities Changes for DHCP DoS Mitigation Feature (#3301) (3 days ago) [Asad Raza]
* a3d15bc1 - Add multi-asic support for dropconfig (#3735) (3 days ago) [HP]
* 5ce06b27 - Add golden config check (#3770) (4 days ago) [Xincun Li]
* 3c50deeb - Fix `vnet_route_check` for active and inactive routes, add `--all` option (#3763) (9 days ago) [mramezani95]
* 40ba225f - Revert "enable pfcwd for backplane ports (#3759)" (#3767) (13 days ago) [Dashuai Zhang]
* 2866ccd9 - enable pfcwd for backplane ports (#3759) (2 weeks ago) [Dashuai Zhang]
* 3abd19e3 - [FC] remove FC delay field (#3577) (3 weeks ago) [Stepan Blyshchak]
* 11c27163 - Improve SONiC disk checker to handle disk full case and mount overlay fs to allow remote user login. (#3700) (3 weeks ago) [Hua Liu]
* 13619aa2 - [QOS] Skip showing unnecessary warning message (#3708) (3 weeks ago) [Vivek]
* f4e6e5b8 - Fixing 'show ip bgp neighbor <ip>' in frr unified config mode (#3738) (3 weeks ago) [kalash-nexthop]
* 9a18155e - Optimize lag_keepalive by crafting the LACPDU packet ourselves (#3170) (3 weeks ago) [Saikrishna Arcot]
* a7deb8c0 - display proper message with proper errno for kvm. (#3750) (3 weeks ago) [Dawei Huang]
* 865f196d - [Mellanox] Add new SN5640 platform and HwSKU (#3742) (4 weeks ago) [Noa Or]
* 5fa85027 - [show_techsupport][pstore] Archive /var/lib/systemd/pstore info to techsupport (#3745) (4 weeks ago) [Marty Y. Lok]
* 8f69d5a6 - sonic-utilities: WRED stats feature changes on sonic-utilities (#2807) (4 weeks ago) [Rajesh Perumal R]
* 9d273f16 - Fix call for spanning-tree commands in dump script (#3723) (4 weeks ago) [DavidZagury]
* 6d95d9bd - Make 'show ip bgp summary' work even when we don't have any peer groups (#3739) (4 weeks ago) [kalash-nexthop]
* 7f3957c4 - Fix ssdhealth failure on VS platform (#3743) (4 weeks ago) [Vivek]
* 97b4e4b8 - Fix show interface counters for Chassis Packet Supervisor (#3734) (4 weeks ago) [anamehra]
* 414935b7 - Add recover asic_id config if load golden config. (#3711) (5 weeks ago) [Xincun Li]
* 973cfdc3 - Remove partially installer image when image install failed. (#3712) (5 weeks ago) [Hua Liu]
* 97c20ccd - CLI support for SmartSwitch PMON (#3271) (5 weeks ago) [rameshraghupathy]
* 752c3d49 - [ACL] Display rule and table info written to APP DB (#3713) (5 weeks ago) [Vivek]
* fbd0c3b1 - [show][interface] Add changes for show interface flap command (#3724) (5 weeks ago) [vdahiya12]
* ddccabee - [show][interface] Add changes for show interface errors command (#3721) (5 weeks ago) [vdahiya12]
* be870a6e - [config] Exit with non-zero when qos reload fail (#3710) (6 weeks ago) [Jianyue Wu]
* ffa66e96 - Remove debug dump import by default (#3715) (6 weeks ago) [Vivek]
* fc3a3cbe - [ssdhealth] Check for default device before falling back to discovery (#3693) (6 weeks ago) [Vivek]
* 782c33a1 - [yang] Enforce yang full support in full config command (#3716) (6 weeks ago) [jingwenxie]
* a5b7a904 - [show][interfaces] Add proposal for show interfaces flap (#3627) (6 weeks ago) [vdahiya12]
* 0083a124 - sonic-utilities: add th5 hwskus to gcu conf file (#3714) (7 weeks ago) [Chris]
* 81cf04f7 - [Mellanox] Add Mellanox-SN5610N-C256S2, Mellanox-SN5610N-C224O8 to GCU validators (#3658) (7 weeks ago) [noaOrMlnx]
* 349a1018 - [db_migrator] Migrate tunnel table (#3704) (7 weeks ago) [Longxiang Lyu]
* 0e327c5f - show ip interfaces: fix exception with BGP unnumbered (#3695) (8 weeks ago) [Brad House]
* 7100f73b - [show_tech] modify generate_dump to includes BERT data and also the platform specified hw-mgmt info (#3676) (8 weeks ago) [Marty Y. Lok]
* 80d46988 - Delete TRSNCEIVER tables while config reload (#3680) (8 weeks ago) [noaOrMlnx]
* bf6ff9f9 - Enable multi asic golden config YANG validation. (#3685) (8 weeks ago) [Xincun Li]
```
#### How I did it
#### How to verify it
#### Description for the changelog
  • Loading branch information
mssonicbld authored Mar 2, 2025
1 parent 88516a6 commit c7a6f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonic-utilities
Submodule sonic-utilities updated 78 files
+48 −15 acl_loader/main.py
+9 −1 clear/main.py
+24 −6 config/chassis_modules.py
+217 −26 config/main.py
+331 −0 config/memory_statistics.py
+81 −48 counterpoll/main.py
+588 −9 doc/Command-Reference.md
+25 −6 dump/plugins/acl_rule.py
+43 −7 dump/plugins/acl_table.py
+4 −0 generic_config_updater/field_operation_validators.py
+3 −3 generic_config_updater/gcu_field_operation_validators.conf.json
+55 −0 scripts/db_migrator.py
+7 −0 scripts/decode-syseeprom
+89 −20 scripts/disk_check.py
+96 −49 scripts/dropconfig
+7 −19 scripts/fast-reboot
+124 −4 scripts/generate_dump
+8 −3 scripts/ipintutil
+72 −32 scripts/lag_keepalive.py
+5 −1 scripts/portstat
+44 −4 scripts/vnet_route_check.py
+395 −0 scripts/wredstat
+2 −1 setup.py
+8 −4 show/chassis_modules.py
+24 −2 show/dropcounters.py
+227 −14 show/interfaces/__init__.py
+31 −0 show/main.py
+657 −0 show/memory_statistics.py
+17 −1 show/platform.py
+136 −27 show/reboot_cause.py
+87 −0 show/system_health.py
+13 −1 sonic_installer/main.py
+105 −0 tests/bgp_commands_test.py
+345 −0 tests/config_memory_statistics_test.py
+0 −124 tests/config_override_input/new_feature_config.json
+15 −11 tests/config_override_test.py
+228 −12 tests/config_test.py
+6 −0 tests/counterpoll_input/config_db.json
+65 −12 tests/counterpoll_test.py
+61 −0 tests/db_migrator_input/appl_db/tunnel_table_expected.json
+25 −0 tests/db_migrator_input/appl_db/tunnel_table_input.json
+1 −4 tests/db_migrator_input/config_db/cross_branch_upgrade_to_4_0_3_expected.json
+6 −3 tests/db_migrator_input/config_db/port-an-expected.json
+2 −1 tests/db_migrator_input/config_db/port-an-input.json
+3 −0 tests/db_migrator_input/config_db/tunnel_table_input.json
+34 −0 tests/db_migrator_test.py
+10 −0 tests/decode_syseeprom_test.py
+350 −0 tests/dhcp_rate_test.py
+70 −1 tests/disk_check_test.py
+49 −0 tests/drops_group_test.py
+18 −0 tests/dump_input/acl/appl_db.json
+0 −16 tests/dump_input/acl/config_db.json
+30 −8 tests/dump_tests/module_tests/acl_test.py
+8 −0 tests/generic_config_updater/field_operation_validator_test.py
+216 −11 tests/interfaces_test.py
+27 −0 tests/mock_tables/appl_db.json
+24 −3 tests/mock_tables/asic0/config_db.json
+80 −33 tests/mock_tables/config_db.json
+344 −1 tests/mock_tables/counters_db.json
+57 −0 tests/mock_tables/state_db.json
+6 −6 tests/multi_asic_dropstat_test.py
+2 −0 tests/portstat_db/on_sup_packet_chassis/chassis_state_db.json
+2,514 −0 tests/portstat_db/on_sup_packet_chassis/counters_db.json
+56 −0 tests/portstat_test.py
+112 −1 tests/reboot_cause_test.py
+43 −3 tests/show_acl_test.py
+730 −0 tests/show_memory_statistics_test.py
+38 −0 tests/show_platform_test.py
+7 −1 tests/show_test.py
+90 −2 tests/system_health_test.py
+49 −0 tests/test_sonic_installer.py
+387 −54 tests/vnet_route_check_test.py
+1,284 −0 tests/wred_queue_counter_test.py
+38 −11 utilities_common/bgp_util.py
+23 −0 utilities_common/chassis.py
+13 −0 utilities_common/cli.py
+22 −22 utilities_common/helper.py
+104 −5 utilities_common/portstat.py

0 comments on commit c7a6f3b

Please sign in to comment.