net: Remove IFF_DOWN flag to compatible with Linux/*BSD#13842
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.
Thank you @xiaoxiang781216 :-)
turn off interface by checking IFF_UP flag isn't set: apache#1838 Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
|
@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