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.
[submodule] Update submodule sonic-utilities to the latest HEAD autom…
…atically (sonic-net#19225) #### Why I did it src/sonic-utilities ``` * 1ebd0993 - (HEAD -> master, origin/master, origin/HEAD) Fix show fabric monitor capacity command when the feature is disabled. (sonic-net#3347) (8 hours ago) [jfeng-arista] * 6829ded4 - Add W-ECMP CLI (sonic-net#3253) (10 hours ago) [Nazarii Hnydyn] * 4133ef54 - [chassis][voq] Added support for Voq Counters(SAI_SWITCH_STAT_PACKET_INTEGRITY_DROP,SAI_QUEUE_STAT_CREDIT_WD_DELETED_PACKETS) for Voq/Fabric switches (sonic-net#3322) (25 hours ago) [saksarav-nokia] ``` #### How I did it #### How to verify it #### Description for the changelog
- Loading branch information
1 parent
de38e1b
commit 5728f54
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-utilities
updated
20 files
+192 −0 | config/bgp_cli.py | |
+5 −0 | config/main.py | |
+40 −0 | doc/Command-Reference.md | |
+1 −1 | scripts/dropconfig | |
+76 −4 | scripts/dropstat | |
+4 −1 | scripts/fabricstat | |
+79 −30 | scripts/queuestat | |
+128 −0 | show/bgp_cli.py | |
+3 −0 | show/main.py | |
+55 −0 | tests/bgp_input/assert_show_output.py | |
+6 −0 | tests/bgp_input/mock_config/all_disabled.json | |
+6 −0 | tests/bgp_input/mock_config/all_enabled.json | |
+5 −0 | tests/bgp_input/mock_config/empty.json | |
+6 −0 | tests/bgp_input/mock_config/tsa_enabled.json | |
+6 −0 | tests/bgp_input/mock_config/wcmp_enabled.json | |
+130 −0 | tests/bgp_test.py | |
+28 −5 | tests/drops_group_test.py | |
+52 −26 | tests/mock_tables/counters_db.json | |
+140 −108 | tests/queue_counter_test.py | |
+23 −0 | utilities_common/bgp.py |