Skip to content

Commit

Permalink
[submodule] update sonic-utilities (sonic-net#12138)
Browse files Browse the repository at this point in the history
0a7557bd9 [minigraph] add option to specify golden path in load_minigraph (sonic-net#2350)
322aefc37 [GCU]Remove GCU unique lane check for duplicate lanes platforms (sonic-net#2343)
7099fffa7 [fastboot] fastboot enhancement: Use warm-boot infrastructure for fast-boot (sonic-net#2286)
09026edbb [warm-reboot] fix warm-reboot when /tmp/cache is missing (sonic-net#2367)
a3c404c74 Fix typo in platform_sfputil_helper.is_rj45_port (sonic-net#2374)
637d834ce Vnet_route_check Vxlan tunnel route update. (sonic-net#2281)
29a3e5180 Added support for tunnel route status in show vnet routes all. (sonic-net#2341)
1ac584bb3 Use 'default' VRF when VRF name is not provided (sonic-net#2368)
4d377a620 [subinterface]Added additional checks in portchannel and subinterface commands (sonic-net#2345)
bbcdf2ed7 disk_check: Publish event  for RO state (sonic-net#2320)
3fd537b0a Support the bandit check by GitHub Action (sonic-net#2358)
491d3d380 [generate dump]Added error message when saisdkdump fails (sonic-net#2356)
6830e01ec [counterpoll]Fixing counterpoll show for tunnel and acl stats (sonic-net#2355)
3be2ad7de [fast-reboot]Avoid stopping masked services during fast-reboot (sonic-net#2335)
0e1b0cf20 [GCU] Fix missing backend in dry run (sonic-net#2347)
676c31bd0 Add verification for override (sonic-net#2305)
48997c266 Add Password Hardening CLI support (sonic-net#2338)
414e239ea update unit tests for swap allocator
a91a4922f consider swap checking memory in installer
f0ce58635 [route_check]: Ignore standalone tunnel routes (sonic-net#2325)
  • Loading branch information
wen587 authored and roberthong-qct committed Nov 18, 2022
1 parent cc922ba commit 0b1527a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonic-utilities
Submodule sonic-utilities updated 43 files
+0 −0 .bandit
+20 −0 .github/workflows/bandit.yml
+88 −30 config/main.py
+380 −0 config/plugins/sonic-passwh_yang.py
+2 −2 counterpoll/main.py
+11,275 −11,277 doc/Command-Reference.md
+4 −0 generic_config_updater/change_applier.py
+15 −7 generic_config_updater/gu_common.py
+21 −1 scripts/disk_check.py
+49 −56 scripts/fast-reboot
+4 −0 scripts/generate_dump
+40 −0 scripts/route_check.py
+23 −9 scripts/route_check_test.sh
+56 −14 scripts/vnet_route_check.py
+126 −0 show/plugins/sonic-passwh_yang.py
+7 −2 show/vnet.py
+4 −2 sonic_installer/main.py
+71 −0 tests/config_override_input/final_config_yang_failure.json
+89 −0 tests/config_override_input/golden_input_yang_failure.json
+89 −0 tests/config_override_input/running_config_yang_failure.json
+89 −0 tests/config_override_test.py
+30 −5 tests/config_test.py
+2 −1 tests/counterpoll_test.py
+1 −0 tests/generic_config_updater/change_applier_test.py
+6 −6 tests/intfutil_test.py
+10 −10 tests/ip_config_test.py
+1 −1 tests/loopback_action_test.py
+15 −3 tests/mock_tables/appl_db.json
+10 −5 tests/mock_tables/config_db.json
+12 −0 tests/mock_tables/state_db.json
+40 −0 tests/passw_hardening_input/assert_show_output.py
+14 −0 tests/passw_hardening_input/default_config_db.json
+222 −0 tests/passw_hardening_test.py
+13 −0 tests/portchannel_test.py
+22 −0 tests/route_check_test.py
+29 −0 tests/show_vnet_test.py
+5 −5 tests/show_vrf_test.py
+57 −57 tests/static_routes_test.py
+21 −0 tests/subintf_test.py
+64 −0 tests/swap_allocator_test.py
+71 −1 tests/vnet_route_check_test.py
+1 −1 tests/vrf_input/config_db.json
+1 −1 utilities_common/platform_sfputil_helper.py

0 comments on commit 0b1527a

Please sign in to comment.