]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2974] Added ChangeLog
authorThomas Markwalder <tmark@isc.org>
Mon, 21 Oct 2024 19:56:21 +0000 (15:56 -0400)
committerRazvan Becheriu <razvan@isc.org>
Wed, 23 Oct 2024 14:42:09 +0000 (17:42 +0300)
ChangeLog
doc/sphinx/arm/ctrl-channel.rst

index fe4532ec5821ab203e9b2fff8f4f9d877459bdea..e22968997c742d5d00c3c42c5237be11cb1f31d5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2291.  [func]          fdupont
+       Added three new API commands: subnet4-select-test and
+       subnet4o6-select-test to kea-dhcp4, and subnet6-select-test
+       to kea-dhcp6.  These commands can be used to check which
+       subnet the server will select based on given input paramters.
+       (Gitlab #2794)
+
 2290.  [bug]           razvan
        Fixed applying 'output_options' when using the 'config-set'
        command. Deprecated 'output_options' which will be removed in
index 609dd5db0df6e8c632b45168d334c7fda5819dd2..6d5e4763742b0091c344e40655250eddbcbb0b70 100644 (file)
@@ -873,7 +873,7 @@ Commands Supported by the DHCPv4 Server
 The ``subnet4-select-test`` Command
 -----------------------------------
 
-The :isccmd:`subnet4-select-test` provides a way to test DHCPv4 subnet selection based 
+The :isccmd:`subnet4-select-test` provides a way to test DHCPv4 subnet selection based
 on a set of input parameters typically supplied in a client packet.
 Recognized parameters take strings and are:
 
@@ -903,7 +903,7 @@ The ``subnet4o6-select-test`` Command
 -------------------------------------
 
 The :isccmd:`subnet4o6-select-test` provides a way to test DHCPv4-over-DHCPv6 subnet
-selection based  on a set of input parameters typically supplied in a client
+selection based on a set of input parameters typically supplied in a client
 packet. Recognized parameters take strings and are:
 
  -  ``interface`` - the incoming interface name of the DHCPv6 server
@@ -917,7 +917,7 @@ packet. Recognized parameters take strings and are:
  -  ``classes`` - (list of strings) client classes (allowing to select a guarded subnet)
 
 According to the code only ``remote``, ``interface-id`` and ``interface``
-selectors are used. In  DHCPv4-over-DHCPv6 implementation ``interface` and
+selectors are used. In DHCPv4-over-DHCPv6 implementation ``interface` and
 ``remote`` values are transmitted from the DHCPv6 server, ``interface-id``
 and ``link`` are carried in the relay info part of the DHCPv6 packet so
 are the same as for the DHCPv6 server.
@@ -937,7 +937,7 @@ Commands Supported by the DHCPv6 Server
 The ``subnet6-select-test`` Command
 -----------------------------------
 
-The :isccmd:`subnet6-select-test` provides a way to test DHCPv6 subnet selection based 
+The :isccmd:`subnet6-select-test` provides a way to test DHCPv6 subnet selection based
 on a set of input parameters typically supplied in a client packet.
 Recognized parameters take strings and are: