]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#724] Regenerated after rebase
authorFrancis Dupont <fdupont@isc.org>
Thu, 23 Jan 2020 13:26:58 +0000 (14:26 +0100)
committerFrancis Dupont <fdupont@isc.org>
Mon, 27 Jan 2020 14:13:55 +0000 (15:13 +0100)
src/bin/dhcp4/tests/get_config_unittest.cc

index 0a576ba7058e0bb63ea2adfde8d92a369e164231..effcaca903e37ea75d68ff88019dd2ada2f96121 100644 (file)
@@ -68,7 +68,6 @@ namespace {
 ///@{
 /// @brief extracted configurations
 const char* EXTRACTED_CONFIGS[] = {
-/// put this after const char* EXTRACTED_CONFIGS[] = {
     // CONFIGURATION 0
 "{\n"
 "        \"interfaces-config\": {\n"
@@ -2137,7 +2136,6 @@ const char* EXTRACTED_CONFIGS[] = {
 
 /// @brief unparsed configurations
 const char* UNPARSED_CONFIGS[] = {
-///put this after const char* UNPARSED_CONFIGS[] = {
     // CONFIGURATION 0
 "{\n"
 "        \"authoritative\": false,\n"
@@ -8956,7 +8954,6 @@ const char* UNPARSED_CONFIGS[] = {
 "            {\n"
 "                \"comment\": \"A shared network\",\n"
 "                \"calculate-tee-times\": false,\n"
-"                \"match-client-id\": true,\n"
 "                \"name\": \"foo\",\n"
 "                \"option-data\": [ ],\n"
 "                \"relay\": {\n"
@@ -9246,7 +9243,6 @@ const char* UNPARSED_CONFIGS[] = {
 "        \"shared-networks\": [\n"
 "            {\n"
 "                \"calculate-tee-times\": true,\n"
-"                \"match-client-id\": true,\n"
 "                \"name\": \"foo\",\n"
 "                \"option-data\": [ ],\n"
 "                \"relay\": {\n"
@@ -9331,7 +9327,6 @@ const char* UNPARSED_CONFIGS[] = {
 "        \"t2-percent\": 0.875,\n"
 "        \"valid-lifetime\": 4000\n"
 "    }\n"
-    
 };
 
 /// @brief the number of configurations