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

Summary: [master]fix #4716 show ipv6 interfaces neighbor_ip is N/A issue #946

Closed
wants to merge 1 commit into from

Conversation

tim-rj
Copy link
Contributor

@tim-rj tim-rj commented Jun 17, 2020

  • Why I did it
    When exec 'show ipv6 interfaces', the neighbor_ip will always be 'N/A' which will confuse the consumers. After checking we found that this is a show issue. As we know, there will be one local linked IPV6 address for every valid interface. In show/main.py, the interface's ipv6 neighbor ip will always be written by this local linked IPV6's neighbor_ip address which is 'N/A'. And i think this part code of 'show ipv6 interface' was copied from 'show ip interface' before, right? Yea, some change is necessary!
  • What I did
    This is bug fixing.
  • How I did it
    Code change.
  • How to verify it
    upgrate config_db.config attached in show ipv6 interfaces command result doesn't conclude neighbor ipv6 address sonic-buildimage#4716 and show ipv6 interfaces

Signed-off-by: shaoshouping <shaoshouping@ruijie.com.cn>
@tim-rj
Copy link
Contributor Author

tim-rj commented Jun 17, 2020

@prsunny as mentioned in #938, this issue exists in master branch also, I create pull request for master branch here. Please check check_log below:
check_log.txt

@tim-rj tim-rj changed the title Summary: [master]fix #4716 show ipv6 interfaces neighbor_ip is N/A issuewq Summary: [master]fix #4716 show ipv6 interfaces neighbor_ip is N/A issue Jun 17, 2020
@tim-rj
Copy link
Contributor Author

tim-rj commented Jun 18, 2020

have move this pull request to below on for change commit author, close this one.
#948

@tim-rj tim-rj closed this Jun 18, 2020
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