From: Ian Jackson Date: Sun, 14 Sep 2014 23:28:56 +0000 (+0100) Subject: Python IP addresses: Use modern ipaddr.py - supports IPv6 X-Git-Tag: base.ipv6-polypath-fixes-2.v1~86 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/secnet/commitdiff_plain/71d65e4c65572e2ef14c58e9c3a2aa32952b2b41?ds=inline;hp=71d65e4c65572e2ef14c58e9c3a2aa32952b2b41 Python IP addresses: Use modern ipaddr.py - supports IPv6 Switch to using the modern ipaddr.py from Scott Kitterman, and our own ipaddrset.py. The upshot is that make-secnet-sites now supports IPv6. Aside from adjusting the code in make-secnet-sites to conform to the new API, we also delete the old Cendio ipaddr.py, and delete the code to install it, and document the new dependency both in INSTALL and in the Debian package metadata. Signed-off-by: Ian Jackson ---