From: Marcin Siodelski Date: Tue, 3 Dec 2013 17:23:25 +0000 (+0100) Subject: [3181] Moved -f and -F perfdhcp parameters to a DHCPv6 only options. X-Git-Tag: bind10-1.2.0beta1-release~178^2~4^2~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=13f795defaa2a330f4ccc637735f2f3a7d43a0cc;p=thirdparty%2Fkea.git [3181] Moved -f and -F perfdhcp parameters to a DHCPv6 only options. --- diff --git a/tests/tools/perfdhcp/command_options.cc b/tests/tools/perfdhcp/command_options.cc index 0a08089349..db3305aef0 100644 --- a/tests/tools/perfdhcp/command_options.cc +++ b/tests/tools/perfdhcp/command_options.cc @@ -967,14 +967,6 @@ CommandOptions::usage() const { "-E: Offset of the (DHCPv4) secs field / (DHCPv6)\n" " elapsed-time option in the (second/request) template.\n" " The value 0 disables it.\n" - "-f: 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. If -r is\n" - " not specified, this parameter must not be specified too.\n" - "-F: 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. If -r 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: 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. If -r is\n" + " not specified, this parameter must not be specified too.\n" + "-F: 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. If -r 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"