From: Stephen Morris Date: Mon, 24 Feb 2014 13:27:51 +0000 (+0000) Subject: [2307] Minor changes as the result of review. X-Git-Tag: bind10-1.2.0beta1-release~21^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3c93e313b5cb1306c8a12167f401b024cd5384b2;p=thirdparty%2Fkea.git [2307] Minor changes as the result of review. --- diff --git a/tests/tools/perfdhcp/.gitignore b/tests/tools/perfdhcp/.gitignore index 366076699c..f9ffb94e29 100644 --- a/tests/tools/perfdhcp/.gitignore +++ b/tests/tools/perfdhcp/.gitignore @@ -1,2 +1,2 @@ /perfdhcp -/perfdhcp2 +/perfdhcp.1 diff --git a/tests/tools/perfdhcp/perfdhcp.xml b/tests/tools/perfdhcp/perfdhcp.xml index 6f23ae4373..7ed7fc7228 100644 --- a/tests/tools/perfdhcp/perfdhcp.xml +++ b/tests/tools/perfdhcp/perfdhcp.xml @@ -90,7 +90,9 @@ By default, tests are run using the full four-packet exchange sequence (DORA for DHCPv4, SARR for DHCPv6). - An option is provided to run tests using the initial two-packet exchange (DO and SA) instead. + An option is provided to run tests using the initial two-packet exchange (DO and SA) instead. It is also + possible to configure perfdhcp to send DHCPv6 RENEW and RELEASE messages at a specified rate in parallel + with the DHCPv6 four-way exchanges. @@ -104,7 +106,7 @@ TEMPLATES - To allow the contents of packets sent to the server to be customised, perfdhcp allows the + To allow the contents of packets sent to the server to be customized, perfdhcp allows the specification of template files that determine the contents of the packets. For example, the customized packet may contain a DHCPv6 ORO to request a set of options to be returned by the server, or it may contain the Client FQDN option to request that server performs DNS updates. This may be used to discover performance bottlenecks @@ -120,13 +122,13 @@ With no template files specified on the command line, perfdhcp will generate both - SOLICIT and ADVERTISE packets. + SOLICIT and REQUEST packets. With one template file specified, that file will be used as the pattern for SOLICIT packets: - perfdhcp will generate the ADVERTISE packets. - . + perfdhcp will generate the REQUEST packets. + With two template files given on the command line, the first will be used as the pattern for SOLICIT @@ -404,7 +406,7 @@ Include extended diagnostics in the output. diagnostic-selector is a string of single-keywords specifying the - operations for which verbose output is desired. The selector keyletters are: + operations for which verbose output is desired. The selector key letters are: @@ -496,7 +498,7 @@ - Rate at which IPv6 Renew requests are sent to a server. This value is only valid + Rate at which IPv6 RENEW requests are sent to a server. This value is only valid when used in conjunction with the exchange rate (given by ). Furthermore the sum of this value and the release-rate (given by ) @@ -509,7 +511,7 @@ - Rate at which IPv6 Release requests are sent to a server. This value is only valid + Rate at which IPv6 RELEASE requests are sent to a server. This value is only valid when used in conjunction with the exchange rate (given by ). Furthermore the sum of this value and the renew-rate (given by ) @@ -681,7 +683,7 @@ Received a message which doesn't match one sent to the server (i.e. it is a duplicate message, - a message that has arrived after an excessive delay, or one that is just not recognised). + a message that has arrived after an excessive delay, or one that is just not recognized). @@ -748,8 +750,7 @@ HISTORY - The perfdhcp tool was initially coded by - John DuBois, Francis Dupont and Marcin Siodelski of ISC. + The perfdhcp tool was initially coded by John DuBois, Francis Dupont and Marcin Siodelski of ISC. -->