mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 14:05:33 +00:00
[#1088] addressed review
This commit is contained in:
@@ -65,4 +65,10 @@ are removed from the response. When the packed response is shorter than
|
|||||||
the BOOTP minimum size (300 octets) it is padded after the END option
|
the BOOTP minimum size (300 octets) it is padded after the END option
|
||||||
by nuls up to this size.
|
by nuls up to this size.
|
||||||
|
|
||||||
|
In case any other library sets the SKIP flag before pkt4_send, an exception
|
||||||
|
with the message "the packet pack already handled" will be thrown, to
|
||||||
|
indicate that the action can not be properly performed.
|
||||||
|
To fix this, all other libraries which might set the SKIP flag must appear
|
||||||
|
in the server configuration after this library.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
@@ -112,6 +112,12 @@ applied by the template @c process located in flex_option.h. When
|
|||||||
required the expression is evaluated on the query packet and the result
|
required the expression is evaluated on the query packet and the result
|
||||||
is used by the action for instance to add a new option.
|
is used by the action for instance to add a new option.
|
||||||
|
|
||||||
|
In case any other library sets the SKIP flag before pkt4_send or pkt6_send, an
|
||||||
|
exception with the message "the packet pack already handled" will be thrown, to
|
||||||
|
indicate that the action can not be properly performed.
|
||||||
|
To fix this, all other libraries which might set the SKIP flag must appear in the
|
||||||
|
server configuration after this library.
|
||||||
|
|
||||||
@section libdhcp_flex_optionMTCompatibility Multi-Threading Compatibility
|
@section libdhcp_flex_optionMTCompatibility Multi-Threading Compatibility
|
||||||
|
|
||||||
The libdhcp_flex_option hooks library is compatible with multi-threading.
|
The libdhcp_flex_option hooks library is compatible with multi-threading.
|
||||||
|
@@ -82,6 +82,12 @@ flow upon receipt of an inbound request is the same and is as follows:
|
|||||||
This final step is what produces the real time record, referred to as the
|
This final step is what produces the real time record, referred to as the
|
||||||
"user check outcome" file.
|
"user check outcome" file.
|
||||||
|
|
||||||
|
In case any other library sets the SKIP flag before pkt4_send or pkt6_send, an
|
||||||
|
exception with the message "the packet pack already handled" will be thrown, to
|
||||||
|
indicate that the action can not be properly performed.
|
||||||
|
To fix this, all other libraries which might set the SKIP flag must appear in the
|
||||||
|
server configuration after this library.
|
||||||
|
|
||||||
## Using the library
|
## Using the library
|
||||||
Two steps are required in order to use the library:
|
Two steps are required in order to use the library:
|
||||||
-# The user registry file must be created and deployed
|
-# The user registry file must be created and deployed
|
||||||
|
Reference in New Issue
Block a user