From: Francis Dupont Date: Wed, 4 Mar 2026 09:23:33 +0000 (+0100) Subject: [#4297] Updated subnetX_select doc X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=6b7cbc9004fa72012b519f63b6537972c08dcb60;p=thirdparty%2Fkea.git [#4297] Updated subnetX_select doc --- diff --git a/src/bin/dhcp4/dhcp4_hooks.dox b/src/bin/dhcp4/dhcp4_hooks.dox index ddd0af7724..91abc8e34b 100644 --- a/src/bin/dhcp4/dhcp4_hooks.dox +++ b/src/bin/dhcp4/dhcp4_hooks.dox @@ -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. diff --git a/src/bin/dhcp6/dhcp6_hooks.dox b/src/bin/dhcp6/dhcp6_hooks.dox index 2678461f22..8ad832284a 100644 --- a/src/bin/dhcp6/dhcp6_hooks.dox +++ b/src/bin/dhcp6/dhcp6_hooks.dox @@ -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.