From: Razvan Becheriu Date: Wed, 28 Feb 2018 09:37:22 +0000 (+0200) Subject: fixed merge X-Git-Tag: kea5574_base~10^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F70%2Fhead;p=thirdparty%2Fkea.git fixed merge --- diff --git a/src/bin/perfdhcp/command_options.cc b/src/bin/perfdhcp/command_options.cc index 7d6babffc8..3a12cc247c 100644 --- a/src/bin/perfdhcp/command_options.cc +++ b/src/bin/perfdhcp/command_options.cc @@ -370,9 +370,8 @@ CommandOptions::initialize(int argc, char** argv, bool print_cmd_line) { break; case 'W': - // 'm' for moratorium exit_wait_time_ = nonNegativeInteger("value of exist wait time: " - "-m must not be a " + "-W must not be a " "negative integer"); break; @@ -989,7 +988,7 @@ CommandOptions::usage() const { " [-n] [-p] [-d]\n" " [-D] [-l] [-P]\n" " [-a] [-L] [-s] [-i] [-B]\n" - " [-m]\n" + " [-W]\n" " [-c] [-1] [-M] [-T]\n" " [-X] [-O]\n" " [-S] [-I] [-x]\n" diff --git a/src/lib/dhcpsrv/benchmarks/benchmarks.dox b/src/lib/dhcpsrv/benchmarks/benchmarks.dox index 8e5327b3ce..98dc88a448 100644 --- a/src/lib/dhcpsrv/benchmarks/benchmarks.dox +++ b/src/lib/dhcpsrv/benchmarks/benchmarks.dox @@ -23,7 +23,7 @@ $ make The benchmarks are built in @b src/lib/dhcpsrv/benchmarks directory. Note that the benchmarks are backend-specific, so please make sure you enable the backends you want to measure (See --with-mysql, ---with-pgsql --with-cql parameters for configure). Once the +--with-pgsql, --with-cql parameters for configure). Once the benchmark is built, you can run specific benchmarks. Make sure you have the environment ready for use, i.e. the actual database backend is set up, the DB or keyspace is created. The setup is the same as for