BIND 10 trac3181, updated. 13f795defaa2a330f4ccc637735f2f3a7d43a0cc [3181] Moved -f and -F perfdhcp parameters to a DHCPv6 only options.

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Dec 3 17:23:33 UTC 2013


The branch, trac3181 has been updated
       via  13f795defaa2a330f4ccc637735f2f3a7d43a0cc (commit)
      from  3ed35605cc7f7aeaec15d04e8c5f54a1b54369b6 (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 13f795defaa2a330f4ccc637735f2f3a7d43a0cc
Author: Marcin Siodelski <marcin at isc.org>
Date:   Tue Dec 3 18:23:25 2013 +0100

    [3181] Moved -f and -F perfdhcp parameters to a DHCPv6 only options.

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

Summary of changes:
 tests/tools/perfdhcp/command_options.cc |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

-----------------------------------------------------------------------
diff --git a/tests/tools/perfdhcp/command_options.cc b/tests/tools/perfdhcp/command_options.cc
index 0a08089..db3305a 100644
--- a/tests/tools/perfdhcp/command_options.cc
+++ b/tests/tools/perfdhcp/command_options.cc
@@ -967,14 +967,6 @@ CommandOptions::usage() const {
         "-E<time-offset>: Offset of the (DHCPv4) secs field / (DHCPv6)\n"
         "    elapsed-time option in the (second/request) template.\n"
         "    The value 0 disables it.\n"
-        "-f<renew-rate>: A rate at which IPv6 Renew requests are sent to\n"
-        "    a server. The sum of this value and release-rate must be equal\n"
-        "    or lower than the rate specified as -r<rate>. If -r<rate> is\n"
-        "    not specified, this parameter must not be specified too.\n"
-        "-F<release-rate>: A rate at which IPv6 Release requests are sent to\n"
-        "    a server. The sum of this value and renew-rate must be equal or\n"
-        "    lower than the rate specified as -r<rate>. If -r<rate> is not\n"
-        "    specified, this parameter must not be specified too.\n"
         "-h: Print this help.\n"
         "-i: Do only the initial part of an exchange: DO or SA, depending on\n"
         "    whether -6 is given.\n"
@@ -1022,6 +1014,14 @@ CommandOptions::usage() const {
         "\n"
         "DHCPv6 only options:\n"
         "-c: Add a rapid commit option (exchanges will be SA).\n"
+        "-f<renew-rate>: A rate at which IPv6 Renew requests are sent to\n"
+        "    a server. The sum of this value and release-rate must be equal\n"
+        "    or lower than the rate specified as -r<rate>. If -r<rate> is\n"
+        "    not specified, this parameter must not be specified too.\n"
+        "-F<release-rate>: A rate at which IPv6 Release requests are sent to\n"
+        "    a server. The sum of this value and renew-rate must be equal or\n"
+        "    lower than the rate specified as -r<rate>. If -r<rate> is not\n"
+        "    specified, this parameter must not be specified too.\n"
         "\n"
         "The remaining options are used only in conjunction with -r:\n"
         "\n"



More information about the bind10-changes mailing list