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.
Revert "[master] update sonic-utilities (sonic-net#12307)"
This reverts commit 7e0346c.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-utilities
updated
29 files
+0 −21 | .github/workflows/semgrep.yml | |
+6 −17 | README.md | |
+153 −185 | config/main.py | |
+1 −1 | config/muxcable.py | |
+0 −63 | config/validated_config_db_connector.py | |
+78 −106 | config/vlan.py | |
+0 −10 | config/vxlan.py | |
+18 −94 | doc/Command-Reference.md | |
+2 −2 | generic_config_updater/generic_updater.py | |
+0 −3 | generic_config_updater/gu_common.py | |
+1 −1 | scripts/neighbor_advertiser | |
+0 −1 | show/main.py | |
+1 −83 | show/vnet.py | |
+8 −22 | show/vxlan.py | |
+28 −103 | tests/config_test.py | |
+0 −37 | tests/installer_dependency_test.py | |
+1 −11 | tests/ipv6_link_local_test.py | |
+4 −8 | tests/mock_tables/appl_db.json | |
+0 −3 | tests/mock_tables/config_db.json | |
+0 −18 | tests/mock_tables/state_db.json | |
+5 −43 | tests/portchannel_test.py | |
+10 −14 | tests/show_bfd_test.py | |
+0 −74 | tests/show_vnet_vxlan_cli_test.py | |
+6 −6 | tests/show_vrf_test.py | |
+0 −30 | tests/validated_config_db_connector_test.py | |
+0 −24 | tests/vlan_test.py | |
+0 −10 | tests/vnet_input/config_db.json | |
+0 −47 | tests/vxlan_test.py | |
+2 −2 | utilities_common/cli.py |