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>
Showing
- daemons/ganeti-confd 8 additions, 2 deletionsdaemons/ganeti-confd
- lib/confd/client.py 16 additions, 3 deletionslib/confd/client.py
- lib/daemon.py 9 additions, 3 deletionslib/daemon.py
- test/ganeti.confd.client_unittest.py 58 additions, 17 deletionstest/ganeti.confd.client_unittest.py
- test/ganeti.daemon_unittest.py 57 additions, 25 deletionstest/ganeti.daemon_unittest.py
Loading
Please register or sign in to comment