-
Notifications
You must be signed in to change notification settings - Fork 1.5k
net: Remove IFF_DOWN flag to compatible with Linux/*BSD #13842
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
Conversation
|
[Experimental Bot, please feedback here] This PR appears incomplete based on the provided description. Here's why and what's missing:
To improve this PR:
A well-documented PR makes it easier for reviewers to understand, verify, and ultimately merge your contribution. |
cederom
left a comment
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.
Thank you @xiaoxiang781216 :-)
turn off interface by checking IFF_UP flag isn't set: apache#1838 Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
GUIDINGLI
left a comment
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.
LGTM
|
@jerpelea would be possible to backport this commit on 12.7? Just tested the release with this commit cherry-picked and it solves the problem. @xiaoxiang781216 any problem on that? |
|
@fdcavalcanti please test #14319 |
Summary
turn off interface by checking IFF_UP flag isn't set: #1838
Impact
improve the compatibility
Testing
internal