2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[340-make-perfdhcp-build-optional] Updated doc

This commit is contained in:
Francis Dupont
2019-02-05 22:57:51 +01:00
parent 13bd376d0e
commit b2d9a5559c
2 changed files with 22 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<!-- <!--
- Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") - Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
- -
- This Source Code Form is subject to the terms of the Mozilla Public - This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this - License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -297,6 +297,7 @@ Developer:
Generate Documentation: no Generate Documentation: no
Parser Generation: no Parser Generation: no
Kea-shell: no Kea-shell: no
Perfdhcp: no
</screen> </screen>
</para> </para>

View File

@@ -1,5 +1,5 @@
<!-- <!--
- Copyright (C) 2014-2018 Internet Systems Consortium, Inc. ("ISC") - Copyright (C) 2014-2019 Internet Systems Consortium, Inc. ("ISC")
- -
- This Source Code Form is subject to the terms of the Mozilla Public - This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this - License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -393,6 +393,25 @@ Debian and Ubuntu:
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term>--enable-shell</term>
<listitem>
<simpara>Build the optional <command>kea-shell</command> tool
(more in <xref linkend="kea-shell"/>). The default is to not
build it.
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>--enable-perfdhcp</term>
<listitem>
<simpara>Build the optional <command>perfdhcp</command> DHCP
benchmarking tool. The default is to not build it.
</simpara>
</listitem>
</varlistentry>
</variablelist> </variablelist>
<note> <note>
<para> <para>