From 28603481d4d742607ead4879df46bfa44a49ef74 Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Thu, 11 Jun 2015 07:17:31 +0200 Subject: [PATCH] [3070] Removed unused configuration structure. --- src/bin/dhcp6/tests/sarr_unittest.cc | 25 ------------------------- 1 file changed, 25 deletions(-) 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\" }" "}" }; -- 2.47.3