[issue37007] Implement socket.if_{nametoindex, indextoname} for Windows

Steve Dower report at bugs.python.org
Thu May 23 11:38:54 EDT 2019


Steve Dower <steve.dower at python.org> added the comment:

Is it worth also implementing if_nameindex() using (I assume) GetIfTable2Ex [1]? Or maybe just the simpler GetIfTable is sufficient - I'm not sure exactly what semantics Unix if_nameindex() has, whether it includes all logical adapters.

[1]: https://docs.microsoft.com/en-us/windows/desktop/api/netioapi/nf-netioapi-getiftable2ex

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37007>
_______________________________________


More information about the Python-bugs-list mailing list