]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4297] Updated subnetX_select doc
authorFrancis Dupont <fdupont@isc.org>
Wed, 4 Mar 2026 09:23:33 +0000 (10:23 +0100)
committerFrancis Dupont <fdupont@isc.org>
Wed, 27 May 2026 14:49:26 +0000 (16:49 +0200)
src/bin/dhcp4/dhcp4_hooks.dox
src/bin/dhcp6/dhcp6_hooks.dox

index ddd0af772407429519aaf1d3b165e41ed3d5d2f9..91abc8e34b7f062cba7d6ae15e714a2ae8266257 100644 (file)
@@ -146,7 +146,8 @@ to the end of this list.
  - @b Description: this callout is executed when a subnet is being
    selected for the incoming packet. All parameters and addresses
    will be assigned from that subnet. A callout can select a
-   different subnet if it wishes so. The list of all subnets currently
+   different subnet if it wishes so but this subnet MUST be a configured
+   one e.g. returned by a get nmethod. The list of all subnets currently
    configured are provided as "subnet4collection". The list itself must
    not be modified.
 
index 2678461f2263bb7ce028a32d49ab12bd8adb40e4..8ad832284a4f4c254073098b3ce7bc0671e15a8e 100644 (file)
@@ -149,7 +149,8 @@ to the end of this list.
  - @b Description: This callout is executed when a subnet is being
    selected for the incoming packet. All parameters, addresses and
    prefixes will be assigned from that subnet. A callout can select a
-   different subnet if it wishes so, the list of all subnets currently
+   different subnet if it wishes so but this subnet MUST be a configured
+   one e.g. returned by a get nmethod. Ihe list of all subnets currently
    configured being provided as "subnet6collection". The list itself must
    not be modified.