[doc]: change build badge url to new build server#1134
Merged
svc-acs merged 1 commit intosonic-net:masterfrom Nov 9, 2017
Merged
[doc]: change build badge url to new build server#1134svc-acs merged 1 commit intosonic-net:masterfrom
svc-acs merged 1 commit intosonic-net:masterfrom
Conversation
jleveque
added a commit
that referenced
this pull request
Oct 10, 2020
* src/sonic-utilities 6e58dff...e1244a5 (5): > [setup.py] Pin external runtime dependencies at known working versions (#1151) > [config] Reload Monit configuration after potential hostname changes (#1132) > [NAT]:Updated natshow script to support DNAT Pool changes (#1001) > [pfcstat] Create new copies of Rx and Tx dictionaries (#1150) > [master]Fix show ip interface neighbor info not correct when add second ip (#1134)
santhosh-kt
pushed a commit
to santhosh-kt/sonic-buildimage
that referenced
this pull request
Feb 25, 2021
* src/sonic-utilities 6e58dff...e1244a5 (5): > [setup.py] Pin external runtime dependencies at known working versions (sonic-net#1151) > [config] Reload Monit configuration after potential hostname changes (sonic-net#1132) > [NAT]:Updated natshow script to support DNAT Pool changes (sonic-net#1001) > [pfcstat] Create new copies of Rx and Tx dictionaries (sonic-net#1150) > [master]Fix show ip interface neighbor info not correct when add second ip (sonic-net#1134)
stepanblyschak
pushed a commit
to stepanblyschak/sonic-buildimage
that referenced
this pull request
May 10, 2021
…nd ip (sonic-net#1134) **- What I did** Fix sonic-net#5423 **- How I did it** store neighbor info into array for later showing. **- How to verify it** config interface ip add Ethernet49 xxx secondary many times show ip interface **- Previous command output (if the output of a command-line utility has changed)** ``` root@sonic:/home/admin# show ip interfaces Interface Master IPv4 address/mask Admin/Oper BGP Neighbor Neighbor IP --------------- -------- ------------------- ------------ -------------- ------------- Ethernet49 10.0.0.96/31 up/up N/A N/A 10.10.49.1/24 ``` **- New command output (if the output of a command-line utility has changed)** ``` root@sonic:/usr/lib/python2.7/dist-packages/show# show ip interfaces Interface Master IPv4 address/mask Admin/Oper BGP Neighbor Neighbor IP ----------- --------------- ------------------- ------------ -------------- ------------- Ethernet49 10.0.0.96/31 up/up ARISTA21T0 10.0.0.97 10.10.49.1/24 up/up N/A N/A ``` Co-authored-by: shaoshouping <shaoshouping@ruijie.com.cn>
skr31
pushed a commit
to skr31/sonic-buildimage
that referenced
this pull request
May 25, 2025
…tomatically (sonic-net#1134) #### Why I did it src/sonic-swss ``` * a999b4d - (HEAD -> 202412, origin/202412) Merge pull request sonic-net#81 from r12f/code-sync-202412 (4 minutes ago) [Dashuai Zhang] * fd87e1f - Merge remote-tracking branch 'base/202411' into code-sync-202412 (7 hours ago) [r12f] * 623b018 - [202411] Setting default nexthop weight to 1 in fpmsyncd (30 hours ago) [Kumaresh Perumal] * a99088e - Removed logging code. (34 hours ago) [Mahdi Ramezani] * 5cdc78e - Fixed a compile error. (2 days ago) [Mahdi Ramezani] * a79b7e0 - Set default nexthop weight to 1. Added unit tests for 'getNextHopWt'. (2 days ago) [Mahdi Ramezani] ``` #### 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
change build badge url to new build server
- How I did it
na
- How to verify it
na
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)