[sonic-utilities] Update submodule#6070
Merged
jleveque merged 1 commit intosonic-net:masterfrom Dec 1, 2020
Merged
Conversation
… Add unit tests for consutil clear command (sonic-net#1274) a4f663e [show/fgnhg] Fix crash bug (sonic-net#1272) 9f276b2 [config][loopback] Fix Bug that cannot add loopback interface by CLI (sonic-net#1276) a5b78cf [config][show] CLI support for interacting with muxcable (sonic-net#1221) 8f3b22e [connect][sonic-clear] Align the exit code with consutil for line commands (sonic-net#1256) cfb7a22 Feature table cli command update (sonic-net#1271) 5b8da56 Added Multi-ASIC support for show ip(v6) route (sonic-net#1216) a7f39b0 Improve MockRedis _encode(): so it will work on all types of value (sonic-net#1265) 8427caf [config_mgmt.py]: Remove sort_data call, we do not need it now. (sonic-net#1246) 9dc58ea [sonic-utilities] Fix show vnet [neighbors | routes [all | tunnel]] crashed issue (sonic-net#1263) Signed-off-by: Abhishek Dosi <[email protected]>
3 tasks
jleveque
approved these changes
Dec 1, 2020
santhosh-kt
pushed a commit
to santhosh-kt/sonic-buildimage
that referenced
this pull request
Feb 25, 2021
6fabbed [consutil][test] Add unit tests for consutil clear command (sonic-net#1274) a4f663e [show/fgnhg] Fix crash bug (sonic-net#1272) 9f276b2 [config][loopback] Fix Bug that cannot add loopback interface by CLI (sonic-net#1276) a5b78cf [config][show] CLI support for interacting with muxcable (sonic-net#1221) 8f3b22e [connect][sonic-clear] Align the exit code with consutil for line commands (sonic-net#1256) cfb7a22 Feature table cli command update (sonic-net#1271) 5b8da56 Added Multi-ASIC support for show ip(v6) route (sonic-net#1216) a7f39b0 Improve MockRedis _encode(): so it will work on all types of value (sonic-net#1265) 8427caf [config_mgmt.py]: Remove sort_data call, we do not need it now. (sonic-net#1246) 9dc58ea [sonic-utilities] Fix show vnet [neighbors | routes [all | tunnel]] crashed issue (sonic-net#1263) Signed-off-by: Abhishek Dosi <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What I did:
submodule update on sonic-util
6fabbed [consutil][test] Add unit tests for consutil clear command (#1274)
a4f663e [show/fgnhg] Fix crash bug (#1272)
9f276b2 [config][loopback] Fix Bug that cannot add loopback interface by CLI (#1276)
a5b78cf [config][show] CLI support for interacting with muxcable (#1221)
8f3b22e [connect][sonic-clear] Align the exit code with consutil for line commands (#1256)
cfb7a22 Feature table cli command update (#1271)
5b8da56 Added Multi-ASIC support for show ip(v6) route (#1216)
a7f39b0 Improve MockRedis _encode(): so it will work on all types of value (#1265)
8427caf [config_mgmt.py]: Remove sort_data call, we do not need it now. (#1246)
9dc58ea [sonic-utilities] Fix show vnet [neighbors | routes [all | tunnel]] crashed issue (#1263)