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] Advance sonic-utilities pointer
Update sonic-utilities submodule pointer to include the following: * 49fc389 [show]Fix show route return code on error ([sonic-net#2542](sonic-net/sonic-utilities#2542)) * b2eca37 [route_check]: Ignore ASIC only SOC IPs ([sonic-net#2548](sonic-net/sonic-utilities#2548)) Signed-off-by: dprital <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-utilities
updated
16 files
+8 −8 | config/main.py | |
+1 −1 | config/vlan.py | |
+47 −3 | scripts/route_check.py | |
+4 −2 | scripts/sonic-bootchart | |
+3 −3 | show/kdump.py | |
+19 −19 | tests/config_test.py | |
+6 −3 | tests/conftest.py | |
+9 −0 | tests/ip_config_test.py | |
+24 −0 | tests/ip_show_routes_test.py | |
+1 −2 | tests/mock_tables/config_db.json | |
+66 −379 | tests/route_check_test.py | |
+363 −0 | tests/route_check_test_data.py | |
+2 −2 | tests/sonic_bootchart_test.py | |
+9 −0 | tests/vlan_test.py | |
+5 −1 | utilities_common/bgp_util.py | |
+1 −1 | utilities_common/cli.py |