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

Fixed an issue that caused linux tests to fail when running on a system with multiple ipv6 addresses per interface #2086

Merged
merged 1 commit into from Mar 18, 2022

Conversation

myheroyuki
Copy link
Contributor

Summary

  • OS: { Ubuntu 20.04}
  • Bug fix: { yes }
  • Type: { tests }
  • Fixes: {Linux tests no longer fail when one interface has multiple ipv6 addresses }

Description

When one interface has two ipv6 addresses a test would fail because it would expect one address to be equal to the other. It now checks the ipv6 address against all other ipv6 addresses on the interface.

…em with multiple ipv6 addresses per interface
@myheroyuki
Copy link
Contributor Author

This was mentioned in issue #1909

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.

None yet

2 participants