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#19627) #### Why I did it src/sonic-utilities ``` * f2b76213 - (HEAD -> master, origin/master, origin/HEAD) [SfpUtil] sfp eeprom with option dom is not working on Xcvrs with flat memory (sonic-net#3385) (4 hours ago) [mihirpat1] * fd3096c7 - Enable show ip bgp on sup and -n all for show ip bgp network (sonic-net#3417) (9 hours ago) [Changrong Wu] ``` #### How I did it #### How to verify it #### Description for the changelog
- Loading branch information
1 parent
6b5e938
commit c3ca22e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-utilities
updated
15 files
+7 −0 | README.md | |
+12 −2 | rcli/linecard.py | |
+7 −5 | rcli/rexec.py | |
+2 −2 | rcli/rshell.py | |
+15 −0 | rcli/utils.py | |
+14 −0 | sfputil/main.py | |
+31 −7 | show/bgp_frr_v4.py | |
+5 −1 | show/main.py | |
+127 −1 | tests/bgp_commands_input/bgp_network_test_vector.py | |
+7 −0 | tests/conftest.py | |
+3 −0 | tests/mock_tables/chassis_state_db.json | |
+4 −4 | tests/remote_cli_test.py | |
+57 −0 | tests/remote_show_test.py | |
+73 −0 | tests/sfputil_test.py | |
+5 −2 | tests/show_bgp_network_test.py |