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.
@@ -95,6 +95,8 @@ Dhcp6SrvD2Test::configureD2(bool enable_d2, const bool exp_result,
std::ostringstream config;
config <<
"{ \"interfaces\": [ \"*\" ],"
+ "\"hooks-libraries\": [ ],"
+ "\"preferred-lifetime\": 3000,"
"\"rebind-timer\": 2000, "
"\"renew-timer\": 1000, "
"\"subnet6\": [ { "