From: Marcin Siodelski Date: Thu, 11 Jun 2015 05:17:31 +0000 (+0200) Subject: [3070] Removed unused configuration structure. X-Git-Tag: trac3732a_base~15^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=28603481d4d742607ead4879df46bfa44a49ef74;p=thirdparty%2Fkea.git [3070] Removed unused configuration structure. --- diff --git a/src/bin/dhcp6/tests/sarr_unittest.cc b/src/bin/dhcp6/tests/sarr_unittest.cc index 143e002ffb..2035521383 100644 --- a/src/bin/dhcp6/tests/sarr_unittest.cc +++ b/src/bin/dhcp6/tests/sarr_unittest.cc @@ -88,31 +88,6 @@ const char* CONFIGS[] = { " \"dhcp-ddns\" : {" " \"enable-updates\" : True, " " \"qualifying-suffix\" : \"example.com\" }" - "}", - -// Configuration 2 - "{ \"interfaces-config\": {" - " \"interfaces\": [ \"*\" ]" - "}," - "\"preferred-lifetime\": 3000," - "\"rebind-timer\": 2000, " - "\"renew-timer\": 1000, " - "\"subnet6\": [ { " - " \"pools\": [ { \"pool\": \"2001:db8:1::1 - 2001:db8:1::10\" } ]," - " \"subnet\": \"2001:db8:1::/48\", " - " \"interface\": \"eth0\"," - " \"rapid-commit\": False" - " }," - " {" - " \"pools\": [ { \"pool\": \"2001:db8:2::1 - 2001:db8:2::10\" } ]," - " \"subnet\": \"2001:db8:2::/48\", " - " \"interface\": \"eth1\"," - " \"rapid-commit\": True" - " } ]," - "\"valid-lifetime\": 4000," - " \"dhcp-ddns\" : {" - " \"enable-updates\" : True, " - " \"qualifying-suffix\" : \"example.com\" }" "}" };