summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2013-09-13 18:16:26 +0200
committerDavid Sommerseth <davids@redhat.com>2013-09-13 18:16:26 +0200
commitabab733a87025960acee7dd0a2c029e679a502a8 (patch)
tree808fe27aeb663035ad5249c37c63a6d97969b65b /setup.py
parentd9922c0cf642da50794c3d23b61dcdd49684af8e (diff)
downloadpython-ethtool-abab733a87025960acee7dd0a2c029e679a502a8.tar.gz
python-ethtool-abab733a87025960acee7dd0a2c029e679a502a8.tar.xz
python-ethtool-abab733a87025960acee7dd0a2c029e679a502a8.zip
Rip out the old IPv6 implementation completely
The whole IPv6 support will be re-implemented using a simliar strategy as the newer IPv4 support uses. Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6bf992d..826b15d 100644
--- a/setup.py
+++ b/setup.py
@@ -60,7 +60,6 @@ setup(name='ethtool',
'python-ethtool/ethtool.c',
'python-ethtool/etherinfo.c',
'python-ethtool/etherinfo_obj.c',
- 'python-ethtool/etherinfo_ipv6_obj.c',
'python-ethtool/netlink-address.c'],
include_dirs = libnl['include'],
library_dirs = libnl['libdirs'],