Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doc]: change build badge url to new build server #1134

Merged
merged 1 commit into from
Nov 9, 2017

Conversation

lguohan
Copy link
Collaborator

@lguohan lguohan commented Nov 9, 2017

- 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)

@svc-acs svc-acs merged commit 8990dc7 into sonic-net:master Nov 9, 2017
@lguohan lguohan deleted the tt branch January 14, 2018 09:01
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 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants