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 (#17457)

src/sonic-utilities

* 1b1402f5 - (HEAD -> 202311, origin/202311) [hash]: Add ECMP/LAG hash algorithm CLI (#3036) (9 days ago) [Nazarii Hnydyn]
* 71514ea3 - Revert "Run yang validation in unit test (#3025)" (#3055) (9 days ago) [Ying Xie]
* b5daf5d4 - [dhcp_relay] Fix dhcp_relay counter display issue (#3054) (9 days ago) [Yaqiang Zhu]
* b3172505 - [sflow][db_migrator] Egress Sflow support (#3020) (9 days ago) [Rajkumar-Marvell]
* 1e813105 - [wol] Implement wol command line utility (#3048) (3 weeks ago) [Zhijian Li]
* 8ebc56a0 - [sonic_installer]: Improve exception handling: introduce notes. (#3029) (3 weeks ago) [Nazarii Hnydyn]
* 3610ce93 - [sonic-package-manager] Fix YANG validation failure on upgrade when feature has constraints in YANG model on FEATURE table (#2933) (3 weeks ago) [Stepan Blyshchak]
* cfd2dd39 - Add container rsyslog.conf to the sys dump (#3039) (4 weeks ago) [Vivek]
* c4b07828 - Support new platform in generic configuration update (#3038) (4 weeks ago) [Stephen Sun]
* a8d236c8 - [fast-reboot-filter-routes.py] Remove click and improve error reporting (#3030) (4 weeks ago) [Stepan Blyshchak]
* 75199c0f - [sonic-package-manager] insert newline in /etc/sonic/generated_services.conf (#3040) (4 weeks ago) [Stepan Blyshchak]
* cd855698 - [VOQ][saidump] Modify generate_dump: replace save_saidump with save_saidump_by_route_size (#2972) (4 weeks ago) [JunhongMao]
* f1e24ae5 - GCU support for Cisco-8000 features (#3010) (4 weeks ago) [rbpittman]
* 67e1c3dc - Update GCU rsyslog validator (#3012) (4 weeks ago) [jingwenxie]
* 253b7975 - [sonic-package-manager] do not modify config_db.json (#3032) (5 weeks ago) [Stepan Blyshchak]
* 177dd8e8 - [sonic-package-manager] add generated service to /etc/sonic/generated_services.conf (#3037) (5 weeks ago) [Stepan Blyshchak]
* 62fcd77a - Configure NTP according to extended configuration (#2835) (5 weeks ago) [Yevhen Fastiuk]
* ced09404 - [dualtor_neighbor_check] Adjust zero-mac check condition (#3034) (5 weeks ago) [Longxiang Lyu]
* a4eeb698 - [config] config reload should generate sysinfo if missing  (#3031) (6 weeks ago) [jingwenxie]
* e01fc891 - Run yang validation in unit test (#3025) (6 weeks ago) [ganglv]
  • Loading branch information
mssonicbld authored Dec 14, 2023
1 parent bd15b77 commit 0cb0891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonic-utilities
Submodule sonic-utilities updated 47 files
+38 −1 config/main.py
+153 −6 config/plugins/sonic-hash.py
+7 −6 config/vlan.py
+175 −19 doc/Command-Reference.md
+6 −5 generic_config_updater/gcu_field_operation_validators.conf.json
+9 −5 generic_config_updater/services_validator.py
+41 −2 scripts/db_migrator.py
+9 −6 scripts/dualtor_neighbor_check.py
+9 −14 scripts/fast-reboot-filter-routes.py
+120 −13 scripts/generate_dump
+2 −0 setup.py
+145 −22 show/plugins/sonic-hash.py
+7 −2 sonic_installer/common.py
+12 −1 sonic_installer/exception.py
+25 −11 sonic_package_manager/manager.py
+37 −0 sonic_package_manager/service_creator/creator.py
+0 −13 sonic_package_manager/service_creator/sonic_db.py
+101 −1 tests/config_test.py
+21 −0 tests/db_migrator_input/appl_db/sflow_table_expected.json
+17 −0 tests/db_migrator_input/appl_db/sflow_table_input.json
+57 −0 tests/db_migrator_input/config_db/sflow_table_expected.json
+53 −0 tests/db_migrator_input/config_db/sflow_table_input.json
+58 −0 tests/db_migrator_test.py
+66 −0 tests/dualtor_neighbor_check_test.py
+9 −2 tests/fast_reboot_filter_routes_test.py
+8 −0 tests/generic_config_updater/field_operation_validator_test.py
+41 −14 tests/generic_config_updater/service_validator_test.py
+548 −125 tests/hash_input/assert_show_output.py
+2 −1 tests/hash_input/mock_config/ecmp.json
+3 −1 tests/hash_input/mock_config/ecmp_and_lag.json
+2 −1 tests/hash_input/mock_config/lag.json
+5 −1 tests/hash_input/mock_state/ecmp.json
+5 −1 tests/hash_input/mock_state/ecmp_and_lag.json
+5 −1 tests/hash_input/mock_state/empty.json
+5 −1 tests/hash_input/mock_state/lag.json
+5 −1 tests/hash_input/mock_state/no_capabilities.json
+5 −1 tests/hash_input/mock_state/not_applicable.json
+123 −18 tests/hash_test.py
+1 −0 tests/sonic_package_manager/conftest.py
+5 −0 tests/sonic_package_manager/test_manager.py
+5 −0 tests/sonic_package_manager/test_service_creator.py
+15 −0 tests/test_sonic_installer.py
+20 −9 tests/vlan_test.py
+229 −0 tests/wol_test.py
+18 −2 utilities_common/switch_hash.py
+0 −0 wol/__init__.py
+202 −0 wol/main.py

0 comments on commit 0cb0891

Please sign in to comment.