fix: make RTM_GETLINK return interfaces sorted by index#12919
fix: make RTM_GETLINK return interfaces sorted by index#12919iTrooz wants to merge 1 commit intogoogle:masterfrom
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
RTM_GETLINK (when used with the NLM_F_DUMP flag) does not guarantee that interfaces are returned in numerical order by index |
|
Yes, but if that's what it does in Linux then gVisor should have the same effective behavior. |
Agreed, but Linux (tested with 6.19.10-arch1-1) currently has this behavior, and I've personally never seen
|
See & Fix #12885