-
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: Always order discovered network interfaces #7705
guests/linux: Always order discovered network interfaces #7705
Conversation
LGTM |
I will test today :) |
Tested and it fixes our problem! Thanks a lot! |
Hi, I'm also trying to build in the PR into my clone of vagrant. I'm relatively new to github and building vagrant myself. I managed to create a branch with the PR but when I issue:
I get
How can I make it use the latest from my branch with the PR pulled? UPDATE:I know realised this is unrelated to my question, the output above relates to a separate repo. I still would like a way to verify the @chrisroberts PR is build into my newly built version. |
I think I got the patch in:
But still no ip:
What am I doing wrong? |
Now I'm starting to go crazy, and apparently, from the n00b-silence-of-death I'm getting, this is not the place to ask this. But now I went to:
And actually see that the IP is there, why, in the name of ClearCase, is not shown when I do |
Missed me? Now I did this:
And it works!!!! What is then my problem? Is this a bug? |
a4a8ab9
to
9222821
Compare
Using the |
@agusti-t Hi! General help questions will be better answered on the mailing list: https://groups.google.com/forum/#!forum/vagrant-up Thanks! |
This LGTM, but it might be good to log the "raw" and then "sorted" interfaces, just so we can better track down any potential bugs that might crop up on archaine OSes |
👍 |
9222821
to
ce3329e
Compare
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. |
Ensure the order of discovered network interfaces is always consistent. Addresses issue described in #7668