2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[#42,!103] Addressed majority of review comments

Most notable change is "queue-control" is now "dhcp-queue-control"
This commit is contained in:
Thomas Markwalder
2018-11-07 18:07:34 -05:00
parent 8c8f4dd476
commit 464ea71b2b
37 changed files with 1916 additions and 1772 deletions

View File

@@ -460,7 +460,7 @@ namespace isc { namespace dhcp {
TOKEN_CONTROL_SOCKET = 367,
TOKEN_SOCKET_TYPE = 368,
TOKEN_SOCKET_NAME = 369,
TOKEN_QUEUE_CONTROL = 370,
TOKEN_DHCP_QUEUE_CONTROL = 370,
TOKEN_DHCP_DDNS = 371,
TOKEN_ENABLE_UPDATES = 372,
TOKEN_QUALIFYING_SUFFIX = 373,
@@ -1082,7 +1082,7 @@ namespace isc { namespace dhcp {
static inline
symbol_type
make_QUEUE_CONTROL (const location_type& l);
make_DHCP_QUEUE_CONTROL (const location_type& l);
static inline
symbol_type
@@ -2579,9 +2579,9 @@ namespace isc { namespace dhcp {
}
Dhcp4Parser::symbol_type
Dhcp4Parser::make_QUEUE_CONTROL (const location_type& l)
Dhcp4Parser::make_DHCP_QUEUE_CONTROL (const location_type& l)
{
return symbol_type (token::TOKEN_QUEUE_CONTROL, l);
return symbol_type (token::TOKEN_DHCP_QUEUE_CONTROL, l);
}
Dhcp4Parser::symbol_type