This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author giampaolo.rodola
Recipients giampaolo.rodola, pitrou
Date 2013-05-17.02:20:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368757243.4.0.421622185164.issue17996@psf.upfronthosting.co.za>
In-reply-to
Content
I bumped into this while exposing getifaddrs() [1] in psutil:
https://code.google.com/p/psutil/issues/detail?id=376

In that case AF_LINK would be useful to distinguish MAC addresses (see also: http://carnivore.it/2010/07/22/python_-_getifaddrs).

[1] http://man7.org/linux/man-pages/man3/getifaddrs.3.html
History
Date User Action Args
2013-05-17 02:20:43giampaolo.rodolasetrecipients: + giampaolo.rodola, pitrou
2013-05-17 02:20:43giampaolo.rodolasetmessageid: <1368757243.4.0.421622185164.issue17996@psf.upfronthosting.co.za>
2013-05-17 02:20:43giampaolo.rodolalinkissue17996 messages
2013-05-17 02:20:42giampaolo.rodolacreate