- 09 Mar, 2014 2 commits
-
-
Thomas Markwalder authored
Dhcpv6Srv::createNameChangeRequests was not catching cases where FQDN flags indicate NO changes should be made. This causes an exception to thrown by the NCR constructor stating that both forward and reverse flags cannot be false. Also moved the check up in the method, above of the options loop.
-
Thomas Markwalder authored
Unit tests did not detect that Dhcpv6Srv::createNameChangeRequests attempts to make NCRs when the response FQDN flags indicate that none should be created. FqdnDhcpv6Srv::testFqdn has been expanded to invoke this method and check the outcome.
-
- 01 Mar, 2014 3 commits
-
-
Thomas Markwalder authored
Updated Dhcpv6Srv to use D2ClientMgr::getUpdateDirections method and adjusted FQDN unit tests to accomodate new client delegation behavior. Also added a few unit tests that should have been added under 3034.
-
Thomas Markwalder authored
Updated Dhcpv4Srv to use D2ClientMgr::getUpdateDirections method and adjusted FQDN unit tests to accomodate new client delegation behavior.
-
Thomas Markwalder authored
D2ClientMgr::analyzeFqdn template method was changed to correctly set server S and N flags to properly support client delegation. Added convenience method D2ClientMgr::getUpdateDirections. Adjusted and added unit tests as appropriate.
-
- 27 Feb, 2014 12 commits
-
-
Thomas Markwalder authored
The unit test, Dhcp6SrvD2Test.enableDisable, which was added with #3222 failed under FreeBSD. The configuration string used for test was missing a required parameter. See Trac #3355 for a related change.
-
Tomek Mrugalski authored
Conflicts: ChangeLog
-
Tomek Mrugalski authored
Conflicts: ChangeLog
-
Tomek Mrugalski authored
-
Thomas Markwalder authored
-
Thomas Markwalder authored
-
Thomas Markwalder authored
Improved doxygen commentary for new methods.
-
Thomas Markwalder authored
-
Thomas Markwalder authored
b10-dhcp6 fully able to do DHCP-DDNS
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
- 26 Feb, 2014 7 commits
-
-
Stephen Morris authored
-
Stephen Morris authored
Conflicts: tests/tools/perfdhcp/Makefile.am
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Thomas Markwalder authored
In addition to minor corrections, unit tests for NameChangeTransaction:: responseString was added. Also added a similiar method NameChangeTransaction:: transactionOutcomeString() and unit tests.
-
Thomas Markwalder authored
-
Thomas Markwalder authored
data::merge function now merges map sub elements.
-
- 25 Feb, 2014 4 commits
-
-
Thomas Markwalder authored
Solaris defines FIONREAD, used in unit test is dhcp_ddns/watch_socket_unittests.cc in sys/filio.h. Added header check for this file to configure.ac and use of HAVE_SYS_FILIO_H in the unit test source.
-
Stephen Morris authored
-
Stephen Morris authored
-
Marcin Siodelski authored
-
- 24 Feb, 2014 8 commits
-
-
Thomas Markwalder authored
data::merge function is intended to merge to map elements together. However, if those maps contain elements which are themselves maps they are not merged. The function uses recursion to merge map sub-elements.
-
Tomek Mrugalski authored
Conflicts: ChangeLog src/bin/dhcp6/tests/dhcp6_srv_unittest.cc
-
Tomek Mrugalski authored
-
Stephen Morris authored
-
Thomas Markwalder authored
-
Thomas Markwalder authored
Corrects DHO_HOST_OPTION bug in b10-dhcp4.
-
Marcin Siodelski authored
-
Mukund Sivaraman authored
-
- 21 Feb, 2014 3 commits
-
-
Stephen Morris authored
Also added section on templates, separate the options out into different categories, and generally tidied up the XML.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 20 Feb, 2014 1 commit
-
-
Thomas Markwalder authored
Added a member instance of NakedDhcpv6Srv to FqdnDhcpv6SrvTest rather than have an external local instance for each test.
-