netifaces
netifaces copied to clipboard
I'm not the author of netifaces, I just added the project on github and I added a spec file to build the RPM package for the basic Amazon Linux AMI 2012.03
Hello Github, I've been using netifaces for my P2P networking project and the software is great for the most part. But on Windows it requires the .NET framework which isn't...
Output from netifaces.ifaddresses("enp3s0")[netifaces.AF_INET6]: [{'addr': 'some link local address here%enp3s0', 'netmask': 'ffff:ffff:ffff:ffff::/64'}] The netmask for link-local in IPv6 is: 'fe80:0000:0000:0000:0000:0000:0000:0000.' It's specified to be /10 but in practice people use /64....
First, let me say I have no idea whose repo to contribute to for netifaces. The one that pypy lists as the Github project is now 'archived' and no one...
I am getting the following error while using iPython (Python 3.6.3 (v3.6.3:2c5fed86e0, Oct 3 2017, 00:32:08)) in a terminal window on a mac running Sierra and implementing the following example:...
running install running bdist_egg running egg_info writing netifaces.egg-info/PKG-INFO writing top-level names to netifaces.egg-info/top_level.txt writing dependency_links to netifaces.egg-info/dependency_links.txt reading manifest file 'netifaces.egg-info/SOURCES.txt' writing manifest file 'netifaces.egg-info/SOURCES.txt' installing library code to build/bdist.linux-armv7l/egg...
support ip hash and RR ?
This fix the following error: > c:\python27\include\pymath.h(22) : warning C4273: 'round' : inconsistent dll linkage > C:\Program Files\Microsoft Visual Studio 12.0\VC\INCLUDE\math.h(516) : see previous definition of 'round' > netifaces.c(406) :...