From abab733a87025960acee7dd0a2c029e679a502a8 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Fri, 13 Sep 2013 18:16:26 +0200 Subject: 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 --- setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.py') 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'], -- cgit