Commit 0a2743d
authored
[submodule] update sonic-utilities (#12138)
0a7557b [minigraph] add option to specify golden path in load_minigraph (#2350)
322aefc [GCU]Remove GCU unique lane check for duplicate lanes platforms (#2343)
7099fff [fastboot] fastboot enhancement: Use warm-boot infrastructure for fast-boot (#2286)
09026ed [warm-reboot] fix warm-reboot when /tmp/cache is missing (#2367)
a3c404c Fix typo in platform_sfputil_helper.is_rj45_port (#2374)
637d834 Vnet_route_check Vxlan tunnel route update. (#2281)
29a3e51 Added support for tunnel route status in show vnet routes all. (#2341)
1ac584b Use 'default' VRF when VRF name is not provided (#2368)
4d377a6 [subinterface]Added additional checks in portchannel and subinterface commands (#2345)
bbcdf2e disk_check: Publish event for RO state (#2320)
3fd537b Support the bandit check by GitHub Action (#2358)
491d3d3 [generate dump]Added error message when saisdkdump fails (#2356)
6830e01 [counterpoll]Fixing counterpoll show for tunnel and acl stats (#2355)
3be2ad7 [fast-reboot]Avoid stopping masked services during fast-reboot (#2335)
0e1b0cf [GCU] Fix missing backend in dry run (#2347)
676c31b Add verification for override (#2305)
48997c2 Add Password Hardening CLI support (#2338)
414e239 update unit tests for swap allocator
a91a492 consider swap checking memory in installer
f0ce586 [route_check]: Ignore standalone tunnel routes (#2325)1 parent 18850e4 commit 0a2743d
1 file changed
+1
-1
lines changedSubmodule sonic-utilities updated 43 files
- .bandit
- .github/workflows/bandit.yml+20
- config/main.py+88-30
- config/plugins/sonic-passwh_yang.py+380
- counterpoll/main.py+2-2
- doc/Command-Reference.md+11.3k-11.3k
- generic_config_updater/change_applier.py+4
- generic_config_updater/gu_common.py+15-7
- scripts/disk_check.py+21-1
- scripts/fast-reboot+49-56
- scripts/generate_dump+4
- scripts/route_check.py+40
- scripts/route_check_test.sh+23-9
- scripts/vnet_route_check.py+56-14
- show/plugins/sonic-passwh_yang.py+126
- show/vnet.py+7-2
- sonic_installer/main.py+4-2
- tests/config_override_input/final_config_yang_failure.json+71
- tests/config_override_input/golden_input_yang_failure.json+89
- tests/config_override_input/running_config_yang_failure.json+89
- tests/config_override_test.py+89
- tests/config_test.py+30-5
- tests/counterpoll_test.py+2-1
- tests/generic_config_updater/change_applier_test.py+1
- tests/intfutil_test.py+6-6
- tests/ip_config_test.py+10-10
- tests/loopback_action_test.py+1-1
- tests/mock_tables/appl_db.json+15-3
- tests/mock_tables/config_db.json+10-5
- tests/mock_tables/state_db.json+12
- tests/passw_hardening_input/assert_show_output.py+40
- tests/passw_hardening_input/default_config_db.json+14
- tests/passw_hardening_test.py+222
- tests/portchannel_test.py+13
- tests/route_check_test.py+22
- tests/show_vnet_test.py+29
- tests/show_vrf_test.py+5-5
- tests/static_routes_test.py+57-57
- tests/subintf_test.py+21
- tests/swap_allocator_test.py+64
- tests/vnet_route_check_test.py+71-1
- tests/vrf_input/config_db.json+1-1
- utilities_common/platform_sfputil_helper.py+1-1
0 commit comments