]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1271] Updated manual files
authorFrancis Dupont <fdupont@isc.org>
Wed, 2 Sep 2020 14:55:33 +0000 (16:55 +0200)
committerTomek Mrugalski <tomek@isc.org>
Fri, 18 Sep 2020 08:01:34 +0000 (10:01 +0200)
doc/sphinx/man/kea-dhcp6.8.rst
doc/sphinx/man/perfdhcp.8.rst

index 878d742161c6c753cfce0522e5ef59c34bcd89f4..cfb249a6fce14af65c46cfbf28887df8301d9b25 100644 (file)
@@ -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
 ~~~~~~~~~~~~~
 
index 9d77ef328483c1a9e19405c916438c14b8ec5a9d..09ca7ce68c9b155cabe5a8181cf9e249367c497c 100644 (file)
@@ -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.