-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[submodule] Update submodule sonic-utilities to the latest HEAD autom…
…atically
- Loading branch information
1 parent
ef47385
commit 3bccb9f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-utilities
updated
18 files
+33 −7 | config/main.py | |
+137 −0 | config/switchport.py | |
+228 −124 | config/vlan.py | |
+153 −0 | doc/Command-Reference.md | |
+37 −1 | scripts/db_migrator.py | |
+1 −0 | scripts/fast-reboot | |
+67 −0 | show/interfaces/__init__.py | |
+3 −0 | tests/db_migrator_input/config_db/port-an-expected.json | |
+5 −0 | tests/db_migrator_input/config_db/portchannel-expected.json | |
+144 −0 | tests/db_migrator_input/config_db/switchport-expected.json | |
+138 −0 | tests/db_migrator_input/config_db/switchport-input.json | |
+28 −0 | tests/db_migrator_test.py | |
+100 −0 | tests/interfaces_test.py | |
+1 −1 | tests/ipv6_link_local_test.py | |
+1 −0 | tests/mock_tables/asic0/config_db.json | |
+34 −1 | tests/mock_tables/config_db.json | |
+624 −6 | tests/vlan_test.py | |
+155 −1 | utilities_common/cli.py |