BIND 10 trac2307, updated. 3c93e313b5cb1306c8a12167f401b024cd5384b2 [2307] Minor changes as the result of review.

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Feb 24 13:28:26 UTC 2014


The branch, trac2307 has been updated
       via  3c93e313b5cb1306c8a12167f401b024cd5384b2 (commit)
      from  6ca0d329098fd60d5c6af5d0ea5c5a07eebf7de5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3c93e313b5cb1306c8a12167f401b024cd5384b2
Author: Stephen Morris <stephen at isc.org>
Date:   Mon Feb 24 13:27:51 2014 +0000

    [2307] Minor changes as the result of review.

-----------------------------------------------------------------------

Summary of changes:
 tests/tools/perfdhcp/.gitignore   |    2 +-
 tests/tools/perfdhcp/perfdhcp.xml |   23 ++++++++++++-----------
 2 files changed, 13 insertions(+), 12 deletions(-)

-----------------------------------------------------------------------
diff --git a/tests/tools/perfdhcp/.gitignore b/tests/tools/perfdhcp/.gitignore
index 3660766..f9ffb94 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 6f23ae4..7ed7fc7 100644
--- a/tests/tools/perfdhcp/perfdhcp.xml
+++ b/tests/tools/perfdhcp/perfdhcp.xml
@@ -90,7 +90,9 @@
 
         <para>
             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.
         </para>
 
         <para>
@@ -104,7 +106,7 @@
     <refsect1>
         <title>TEMPLATES</title>
         <para>
-            To allow the contents of packets sent to the server to be customised, <command>perfdhcp</command> allows the
+            To allow the contents of packets sent to the server to be customized, <command>perfdhcp</command> 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 @@
             <listitem>
                 <para>
                     With no template files specified on the command line, <command>perfdhcp</command> will generate both
-                    SOLICIT and ADVERTISE packets.
+                    SOLICIT and REQUEST packets.
                 </para>
             </listitem> <listitem>
                 <para>
                     With one template file specified, that file will be used as the pattern for SOLICIT packets:
-                    <command>perfdhcp</command> will generate the ADVERTISE packets.
-                .</para>
+                    <command>perfdhcp</command> will generate the REQUEST packets.
+                </para>
             </listitem> <listitem>
                 <para>
                     With two template files given on the command line, the first will be used as the pattern for SOLICIT
@@ -404,7 +406,7 @@
                     <para>
                         Include extended diagnostics in the output.  <replaceable
                         class="parameter">diagnostic-selector</replaceable> 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:
                     </para>
 
                     <variablelist>
@@ -496,7 +498,7 @@
                     <term><option>-f <replaceable class="parameter">renew-rate</replaceable></option></term>
                     <listitem>
                         <para>
-                            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 <option>-r <replaceable
                             class="parameter">rate</replaceable></option>).  Furthermore the sum of this value and the
                             release-rate (given by <option>-F <replaceable class="parameter">rate</replaceable></option>)
@@ -509,7 +511,7 @@
                     <term><option>-F <replaceable class="parameter">release-rate</replaceable></option></term>
                     <listitem>
                         <para>
-                            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 <option>-r <replaceable
                             class="parameter">rate</replaceable></option>).  Furthermore the sum of this value and the
                             renew-rate (given by <option>-f <replaceable class="parameter">rate</replaceable></option>)
@@ -681,7 +683,7 @@
                 <listitem>
                     <para>
                         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).
                     </para>
                 </listitem>
             </varlistentry>
@@ -748,8 +750,7 @@
     <refsect1>
         <title>HISTORY</title>
         <para>
-            The <command>perfdhcp</command> tool was initially coded by
-            John DuBois, Francis Dupont and Marcin Siodelski of ISC.
+            The <command>perfdhcp</command> tool was initially coded  by John DuBois, Francis Dupont and Marcin Siodelski of ISC.
         </para>
     </refsect1>
 -->



More information about the bind10-changes mailing list