]> git.ipfire.org Git - thirdparty/kea.git/commit
[3947] Implemented basic test for the RFC7550 Renew.
authorMarcin Siodelski <marcin@isc.org>
Fri, 10 Jul 2015 09:23:27 +0000 (11:23 +0200)
committerMarcin Siodelski <marcin@isc.org>
Fri, 10 Jul 2015 09:23:27 +0000 (11:23 +0200)
commitfe3d24975c85fbc4957f0f75f5303f4c069bbb5e
tree0f418d53ae4da1043559cceb19e77b8c4e7b7a4b
parentf7aac578e5da7ca83ed3f00993ef4993e7247f4c
[3947] Implemented basic test for the RFC7550 Renew.

This test checks that the client can request allocation of the
prefix when it renews the existing IA_NA binding.

The DHCPv6 test client had to be extended to faciliate this.
src/bin/dhcp6/tests/Makefile.am
src/bin/dhcp6/tests/dhcp6_client.cc
src/bin/dhcp6/tests/dhcp6_client.h
src/bin/dhcp6/tests/dhcp6_message_test.h
src/bin/dhcp6/tests/renew_unittest.cc [new file with mode: 0644]