mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 14:05:33 +00:00
[#1271] Updated manual files
This commit is contained in:
committed by
Tomek Mrugalski
parent
8a1d28a539
commit
3cc8483ddd
@@ -1,5 +1,5 @@
|
||||
..
|
||||
Copyright (C) 2019 Internet Systems Consortium, Inc. ("ISC")
|
||||
Copyright (C) 2019-2020 Internet Systems Consortium, Inc. ("ISC")
|
||||
|
||||
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
|
||||
@@ -15,7 +15,7 @@ kea-dhcp6 - DHCPv6 server in Kea
|
||||
Synopsis
|
||||
~~~~~~~~
|
||||
|
||||
:program:`kea-dhcp6` [**-v**] [**-V**] [**-W**] [**-d**] [**-c** config-file] [**-t** config-file] [**-p** server-port-number]
|
||||
:program:`kea-dhcp6` [**-v**] [**-V**] [**-W**] [**-d**] [**-c** config-file] [**-t** config-file] [**-p** server-port-number] [**-P** client-port-number]
|
||||
|
||||
Description
|
||||
~~~~~~~~~~~
|
||||
@@ -53,6 +53,10 @@ The arguments are as follows:
|
||||
Specifies the server port number (1-65535) on which the server listens. This is
|
||||
useful for testing purposes only.
|
||||
|
||||
``-P client-port-number``
|
||||
Specifies the client port number (1-65535) to which the server responds. This is
|
||||
useful for testing purposes only.
|
||||
|
||||
Documentation
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
|
@@ -15,7 +15,7 @@ perfdhcp - DHCP benchmarking tool
|
||||
Synopsis
|
||||
~~~~~~~~
|
||||
|
||||
:program:`perfdhcp` [**-1**] [**-4** | **-6**] [**-A** encapsulation-level] [**-b** base] [**-B**] [**-c**] [**-d** drop-time] [**-D** max-drop] [-e lease-type] [**-E** time-offset] [**-f** renew-rate] [**-F** release-rate] [**-g** thread-mode] [**-h**] [**-i**] [**-I** ip-offset] [**-l** local-address|interface] [**-L** local-port] [**-M** mac-list-file] [**-n** num-request] [**-N** remote-port] [**-O** random-offset] [**-o** code,hexstring] [**-p** test-period] [**-P** preload] [**-r** rate] [**-R** num-clients] [**-s** seed] [**-S** srvid-offset] [**--scenario** name] [**-t** report] [**-T** template-file] [**-v**] [**-W** exit-wait-time] [**-w** script_name] [**-x** diagnostic-selector] [**-X** xid-offset] [server]
|
||||
:program:`perfdhcp` [**-1**] [**-4** | **-6**] [**-A** encapsulation-level] [**-b** base] [**-B**] [**-c**] [**-C** separator] [**-d** drop-time] [**-D** max-drop] [-e lease-type] [**-E** time-offset] [**-f** renew-rate] [**-F** release-rate] [**-g** thread-mode] [**-h**] [**-i**] [**-I** ip-offset] [**-J** giaddr-list-file] [**-l** local-address|interface] [**-L** local-port] [**-M** mac-list-file] [**-n** num-request] [**-N** remote-port] [**-O** random-offset] [**-o** code,hexstring] [**-p** test-period] [**-P** preload] [**-r** rate] [**-R** num-clients] [**-s** seed] [**-S** srvid-offset] [**--scenario** name] [**-t** report] [**-T** template-file] [**-u**] [**-v**] [**-W** exit-wait-time] [**-w** script_name] [**-x** diagnostic-selector] [**-X** xid-offset] [server]
|
||||
|
||||
Description
|
||||
~~~~~~~~~~~
|
||||
@@ -141,11 +141,6 @@ Options
|
||||
``-6``
|
||||
Establishes DHCPv6 operation. This is incompatible with the ``-4`` option.
|
||||
|
||||
``-u``
|
||||
Enable checking address uniqueness. Lease valid lifetime should not be shorter
|
||||
than test duration and clients should not request address more than once without
|
||||
releasing it first.
|
||||
|
||||
``-b basetype=value``
|
||||
Indicates the base MAC or DUID used to simulate different clients. The basetype
|
||||
may be "mac" or "duid". (The keyword "ether" may alternatively used
|
||||
@@ -270,6 +265,11 @@ Options
|
||||
controls the contents of the packets sent (see the "Templates"
|
||||
section above).
|
||||
|
||||
``-u``
|
||||
Enable checking address uniqueness. Lease valid lifetime should not be shorter
|
||||
than test duration and clients should not request address more than once without
|
||||
releasing it first.
|
||||
|
||||
``-v``
|
||||
Prints the version of this program.
|
||||
|
||||
@@ -316,7 +316,7 @@ The following options only apply for DHCPv4 (i.e. when ``-4`` is given).
|
||||
``-B``
|
||||
Forces broadcast handling.
|
||||
|
||||
``-J<giaddr-list-file>``
|
||||
``-J giaddr-list-file``
|
||||
Text file that include multiple addresses. If provided perfdhcp will choose
|
||||
randomly one of addresses for each exchange. This is used to generate traffic
|
||||
from multiple subnets. Designed to test shared-networks in kea-dhcp4. Kea should
|
||||
@@ -403,7 +403,7 @@ Options Controlling a Test
|
||||
``-t interval``
|
||||
Sets the delay (in seconds) between two successive reports.
|
||||
|
||||
``-C<separator>``
|
||||
``-C separator``
|
||||
Output reduced, an argument is a separator for periodic (-t) reports
|
||||
generated in easy parsable mode. Data output won't be changed,
|
||||
remain identical as in -t option.
|
||||
|
Reference in New Issue
Block a user