[202012] avoid printing error if no neighbors are present#2594
Merged
arlakshm merged 1 commit intosonic-net:202012from Jan 13, 2023
Merged
[202012] avoid printing error if no neighbors are present#2594arlakshm merged 1 commit intosonic-net:202012from
arlakshm merged 1 commit intosonic-net:202012from
Conversation
Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan <arlakshm@microsoft.com>
neethajohn
approved these changes
Jan 13, 2023
qiluo-msft
pushed a commit
to sonic-net/sonic-buildimage
that referenced
this pull request
Jan 13, 2023
This PR includes the following commits ``` b44e153 [202012]Revert "[config reload]: On dual ToR systems, cache ARP and FDB table (sonic-net/sonic-utilities#2490) 59f3025 Use github code scanning instead of LGTM (sonic-net/sonic-utilities#2530) 678df5d [202012] avoid printing error if no neighbors are present (sonic-net/sonic-utilities#2594) ```
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.
Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan arlakshm@microsoft.com
What I did
Fix #2492. port #2502 in 202012 branch
How I did it
Use
click.echoandexitinstead ofctx.failin cli handler when no neighbor information is returned from bgp container.How to verify it
Test on target and add UT
new output when no neighbors are present
Previous command output (if the output of a command-line utility has changed)
New command output (if the output of a command-line utility has changed)