summaryrefslogtreecommitdiffstats
path: root/src/bin
diff options
context:
space:
mode:
authorAndrei Pavel <andrei@isc.org>2022-07-22 21:13:46 +0200
committerAndrei Pavel <andrei@isc.org>2022-07-22 21:13:46 +0200
commit67326f1ae16e45d022a4ba608b412da48ada866f (patch)
treedc0c9eeb4806efa0e9115649143e308a92a2443c /src/bin
parent[#2474] fixed unittests for different compilation flags (diff)
downloadkea-67326f1ae16e45d022a4ba608b412da48ada866f.tar.xz
kea-67326f1ae16e45d022a4ba608b412da48ada866f.zip
[#2474] regenerate parsers
Diffstat (limited to 'src/bin')
-rw-r--r--src/bin/dhcp4/dhcp4_lexer.cc2
-rw-r--r--src/bin/dhcp6/dhcp6_lexer.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/dhcp4/dhcp4_lexer.cc b/src/bin/dhcp4/dhcp4_lexer.cc
index 7146717743..4190ba2a66 100644
--- a/src/bin/dhcp4/dhcp4_lexer.cc
+++ b/src/bin/dhcp4/dhcp4_lexer.cc
@@ -3104,7 +3104,7 @@ YY_RULE_SETUP
case isc::dhcp::Parser4Context::LEASE_DATABASE:
return isc::dhcp::Dhcp4Parser::make_MAX_ROW_ERRORS(driver.loc_);
default:
- return isc::dhcp::Dhcp4Parser::make_STRING("max_row_errors", driver.loc_);
+ return isc::dhcp::Dhcp4Parser::make_STRING("max-row-errors", driver.loc_);
}
}
YY_BREAK
diff --git a/src/bin/dhcp6/dhcp6_lexer.cc b/src/bin/dhcp6/dhcp6_lexer.cc
index 16db2f2eb4..b1c9254641 100644
--- a/src/bin/dhcp6/dhcp6_lexer.cc
+++ b/src/bin/dhcp6/dhcp6_lexer.cc
@@ -3383,7 +3383,7 @@ YY_RULE_SETUP
case isc::dhcp::Parser6Context::LEASE_DATABASE:
return isc::dhcp::Dhcp6Parser::make_MAX_ROW_ERRORS(driver.loc_);
default:
- return isc::dhcp::Dhcp6Parser::make_STRING("max_row_errors", driver.loc_);
+ return isc::dhcp::Dhcp6Parser::make_STRING("max-row-errors", driver.loc_);
}
}
YY_BREAK