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 meiermic
Recipients
Date 2007-07-02.16:36:34
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The Python socket module does not feature the functions declared in net/if.h even though they are essential to support IPv6 multicast to a reasonable extent. 

This patch adds a straightforward intertace to the three functions if_nameindex(), if_nametoindex() and if_indextoname().

I didn't add a testcase as I don't know what to test ;)


The patch seems to work on Ubuntu 7.04.
History
Date User Action Args
2007-08-23 15:58:55adminlinkissue1746656 messages
2007-08-23 15:58:55admincreate