[bgp]: fix for vtysh cli behavior#1227
Merged
lguohan merged 1 commit intosonic-net:201709from Dec 11, 2017
Merged
Conversation
…ng in vtysh on host system. (sonic-net#1124)
abdosi
added a commit
that referenced
this pull request
Nov 14, 2020
c0df6355deb8bc3685395f727983a5e9f3b06f61 (HEAD -> 201911, origin/201911) Updates to bgp config and show commands with BGP_INTERNAL_NEIGHBOR table (#1224) (#1237) d683bb48604220942b9f6bdea90c0ea4ff4f72ef [CLI][show][platform] Added ASIC count in the output. (#1185) (#1227) 4585be10aa8e761ce1091ac4a20e562c2550970c [show] Fix 'show int neigh expected' (#1189) 29e4469d5e6c5058fe20c1ce71790f69b7193e7e [201911][fwutil]: Use logger from sonic-py-common (#1190) Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
theasianpianist
pushed a commit
to theasianpianist/sonic-buildimage
that referenced
this pull request
Feb 5, 2022
* [tests]: Specify versions of pip packages * Update README.md
vmittal-msft
pushed a commit
to vmittal-msft/sonic-buildimage
that referenced
this pull request
Oct 20, 2025
…est HEAD automatically (sonic-net#1227) #### Why I did it src/sonic-platform-common ``` * 4bc0e34 - (HEAD -> 202503, origin/202503) Merge pull request sonic-net#92 from mssonicbld/sonicbld/202503-merge (21 hours ago) [mssonicbld] * 036c3b3 - Merge branch '202412' of https://github.com/Azure/sonic-platform-common.msft into 202503 (23 hours ago) [Sonic Automation] * 1c744ab - (origin/202412) Added LPO media interface code (sonic-net#91) (24 hours ago) [mssonicbld] * bf511a7 - Merge pull request sonic-net#90 from mssonicbld/cherry/msft-202412/570 (2 days ago) [Prince George] * ff14491 - Correct bit range for ACTIVE_APSEL_CODE (2 days ago) [Sonic Build Admin] ``` #### How I did it #### How to verify it #### Description for the changelog
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
There are some problems with vtysh:
- How I did it
I've cherry-picked a commit that fixes it from master branch
- How to verify it
Run:
And compare the behavior. No empty screens with the text "(END)" must appear. Auto-completion must work. Help must appear after you press "?".
- Description for the changelog
vtysh strange behavior fixed
- A picture of a cute animal (not mandatory but encouraged)