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 igor.pashev
Recipients igor.pashev
Date 2014-04-17.18:39:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397759947.91.0.17620010785.issue21287@psf.upfronthosting.co.za>
In-reply-to
Content
SIOCGIFINDEX could be defined in illumos (aka OpenSolaris) if BSD_COMP macro defined. This causes known error: no member ifr_ifindex in struct ifreq.

But OpenSolaris provides newer interface with struct lifreq and SIOCGLIFINDEX.

Attached patch tries to use it.
History
Date User Action Args
2014-04-17 18:39:07igor.pashevsetrecipients: + igor.pashev
2014-04-17 18:39:07igor.pashevsetmessageid: <1397759947.91.0.17620010785.issue21287@psf.upfronthosting.co.za>
2014-04-17 18:39:07igor.pashevlinkissue21287 messages
2014-04-17 18:39:07igor.pashevcreate