From: Razvan Becheriu Date: Fri, 3 Apr 2020 13:33:49 +0000 (+0300) Subject: [#893] minor changes X-Git-Tag: Kea-1.7.7~67 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=addd63ebb29483bc1ecfa8945dcbbcaa8b3c0fc2;p=thirdparty%2Fkea.git [#893] minor changes --- diff --git a/doc/examples/kea4/all-keys.json b/doc/examples/kea4/all-keys.json index 098b9a3906..dc60e33605 100644 --- a/doc/examples/kea4/all-keys.json +++ b/doc/examples/kea4/all-keys.json @@ -523,7 +523,7 @@ // When the maximum count is 0 the maximum age (in seconds) applies. "statistic-default-sample-age": 60, - // By default Kea processes packets on a single thread (default 'false' + // By default Kea processes packets on a single thread (default 'false' // value for this option). To enable multi-threading, this option can be // set ('true' value). "enable-multi-threading": false, diff --git a/doc/examples/kea6/all-keys.json b/doc/examples/kea6/all-keys.json index 7b87fbeac1..5f395fe0f9 100644 --- a/doc/examples/kea6/all-keys.json +++ b/doc/examples/kea6/all-keys.json @@ -464,7 +464,7 @@ // When the maximum count is 0 the maximum age (in seconds) applies. "statistic-default-sample-age": 60, - // By default Kea processes packets on a single thread (default 'false' + // By default Kea processes packets on a single thread (default 'false' // value for this option). To enable multi-threading, this option can be // set ('true' value). "enable-multi-threading": false, diff --git a/src/bin/dhcp4/dhcp4_parser.yy b/src/bin/dhcp4/dhcp4_parser.yy index 8d185696af..fbc2e1a52a 100644 --- a/src/bin/dhcp4/dhcp4_parser.yy +++ b/src/bin/dhcp4/dhcp4_parser.yy @@ -510,10 +510,10 @@ global_param: valid_lifetime | store_extended_info | statistic_default_sample_count | statistic_default_sample_age - | unknown_map_entry | enable_multi_threading | packet_thread_pool_size | packet_thread_queue_size + | unknown_map_entry ; valid_lifetime: VALID_LIFETIME COLON INTEGER { diff --git a/src/bin/dhcp6/dhcp6_parser.yy b/src/bin/dhcp6/dhcp6_parser.yy index 723ecff235..7ea3be4a8c 100644 --- a/src/bin/dhcp6/dhcp6_parser.yy +++ b/src/bin/dhcp6/dhcp6_parser.yy @@ -518,10 +518,10 @@ global_param: data_directory | store_extended_info | statistic_default_sample_count | statistic_default_sample_age - | unknown_map_entry | enable_multi_threading | packet_thread_pool_size | packet_thread_queue_size + | unknown_map_entry ; data_directory: DATA_DIRECTORY {