From: Thomas Markwalder Date: Mon, 21 Oct 2024 19:56:21 +0000 (-0400) Subject: [#2974] Added ChangeLog X-Git-Tag: Kea-2.7.4~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04ccdc939748e18321b164a0929bbbdf669a1fda;p=thirdparty%2Fkea.git [#2974] Added ChangeLog --- diff --git a/ChangeLog b/ChangeLog index fe4532ec58..e22968997c 100644 --- 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 diff --git a/doc/sphinx/arm/ctrl-channel.rst b/doc/sphinx/arm/ctrl-channel.rst index 609dd5db0d..6d5e476374 100644 --- a/doc/sphinx/arm/ctrl-channel.rst +++ b/doc/sphinx/arm/ctrl-channel.rst @@ -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: