-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[release/7.0][Android] Backport fix NetworkInterface.GetAllNetworkInterfaces #76565
[release/7.0][Android] Backport fix NetworkInterface.GetAllNetworkInterfaces #76565
Conversation
* Revert "[Android] Port getifaddrs implementation from Xamarin.Android (dotnet#71943)" This reverts commit 1de4a5c. * Fix allocating memory block for interfaces and addresses on recent Android SDKs * Detect loopback interface on Android * Add comment with explanation * Simplify the changes to be closer to the original code * Fix build * Fix typos Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com> * Improve comment * Indent using spaces instead of tabs * Remove check for ifaddrs.h * Add ANDROID_GETIFADDRS_WORKAROUND * Update comment Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
…otnet#76541) * Bring back pal_ifaddrs * Update the header file
Tagging subscribers to 'arch-android': @steveisok, @akoeplinger Issue DetailsBackport of #76370 and #76541 to release/7.0 Customer impactSeveral customers reported problems with the current implementation in #75809 and #76493 Testing
RiskLow. The change is inspired by an existing implementation in Xamarin.Android.
|
Tagging subscribers to this area: @dotnet/ncl Issue DetailsBackport of #76370 and #76541 to release/7.0 Customer impactSeveral customers reported problems with the current implementation in #75809 and #76493 Testing
RiskLow. The change is inspired by an existing implementation in Xamarin.Android.
|
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
@simonrozsival if you haven't done so, please send an email to Tactics requesting approval. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved by tactics over email
The failing tests are unrelated to this change |
Backport of #76370 and #76541 to release/7.0
Fixes #75809
Fixes #76493
Fixes dotnet/android#6973
/cc @steveisok @akoeplinger
Customer impact
Several customers reported problems with the current implementation in #75809 and #76493
Testing
Risk
Low. The change is inspired by an existing implementation in Xamarin.Android.