Confd IPv6 support
authorManuel Franceschini <livewire@google.com>
Wed, 30 Jun 2010 09:55:18 +0000 (11:55 +0200)
committerManuel Franceschini <livewire@google.com>
Mon, 12 Jul 2010 12:58:48 +0000 (14:58 +0200)
commitd8bcfe2136f04c151baf0b918e43359a9f9a0541
treebfe156989dc4fc637ae0b988e4e46c852c1ea3ac
parentb8aa46eda8e8a49b43b3f6ae550b8aa3973f23c5
Confd IPv6 support

This patch series basically adds a new parameter 'family' to the constructors
of daemon.AsyncUDPSocket and confd.client.ConfdUDPClient. This enables the
users of these two classes to support IPv6.

In ganeti-confd.ConfdAsyncUDPClient a method to check the address families of
all peers is added.

Furthermore it adds unittests for the added functionality.

Signed-off-by: Manuel Franceschini <livewire@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
daemons/ganeti-confd
lib/confd/client.py
lib/daemon.py
test/ganeti.confd.client_unittest.py
test/ganeti.daemon_unittest.py