]> www.infradead.org Git - users/dhowells/kafs-utils.git/commit
Use the Python ipaddress module to represent IP addresses
authorDavid Howells <dhowells@redhat.com>
Tue, 13 May 2014 13:27:58 +0000 (14:27 +0100)
committerDavid Howells <dhowells@redhat.com>
Tue, 13 May 2014 16:36:35 +0000 (17:36 +0100)
commit2ba0fe2f92fd9fbc5ddac49a265e57c094e6abf7
tree7815b0afec8a99cd790a7014888257ea4bc42e5a
parentf5a1df4a18585e2e171608754f01ed61178b1450
Use the Python ipaddress module to represent IP addresses

Use the Python ipaddress module to represent IP addresses internally rather
than trying to do it myself.

Signed-off-by: David Howells <dhowells@redhat.com>
suite/exception.py
suite/lib/addrcache.py
suite/lib/cell.py
suite/lib/server.py
suite/lib/vlserver.py