Closed zoushucai closed 8 months ago
What version?
netifaces2==0.0.21
Re-reading your comment, you are observing that AF_INET6
(the integer value) differs from platform to platform, correct? IIRC (been a bit) the actual values are different but the code does not account for that (ie, AF_INET6
should always point to ipv6).
This should be simple enough to correct.
Will be fixed in #29
Get the local IPv6
eg: my win11:
but ubuntu 22.04