-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
guests/linux: Update network interface sorting implementation #7866
guests/linux: Update network interface sorting implementation #7866
Conversation
Always pull ordered ethernet devices to the head of the list. Ensure aliases are not included.
i can confirm this fixes #7458 for me |
Add failing networking interface list sorting test with example provided by hashicorp#7883. Update sorting logic to properly handle different types and differing array lengths. Fixes hashicorp#7883
@mitchellh: Do you know a release date for 1.8.7 already? |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Always pull ordered ethernet devices to the head of the list. Ensure
aliases are not included.
Fixes: #7858
Fixes: #7458
Fixes: #7876