From: Tomek Mrugalski Date: Wed, 25 Apr 2018 00:59:39 +0000 (+0100) Subject: [5530a] Documentation for dhcp6_srv_configured added. X-Git-Tag: trac5549_base~11^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cecb3216c328313a87bc8bfd5c5c59dc3ec171b;p=thirdparty%2Fkea.git [5530a] Documentation for dhcp6_srv_configured added. --- diff --git a/src/bin/dhcp6/dhcp6_hooks.dox b/src/bin/dhcp6/dhcp6_hooks.dox index 45afd6cb38..1fd6e49413 100644 --- a/src/bin/dhcp6/dhcp6_hooks.dox +++ b/src/bin/dhcp6/dhcp6_hooks.dox @@ -46,6 +46,23 @@ packet processing, but the exact order depends on the actual processing. Hook po that are not specific to packet processing (e.g. lease expiration) will be added to the end of this list. + @subsection dhcp6HooksDhcpv4SrvConfigured dhcp6_srv_configured + - @b Arguments: + - name: @b io_context, type: isc::asiolink::IOServicePtr, direction: in + - name: @b json_config, type: isc::data::ConstElementPtr, direction: in + - name: @b server_config, type: isc::dhcp::SrvConfigPtr, direction: in + + - @b Description: this callout is executed when the server has completed + its (re)configuration. The server provides received and parsed configuration + structures to the hook library. It also provides a pointer to the IOService + object which is used by the server to run asynchronous operations. The hooks + libraries can use this IOService object to schedule asynchronous tasks which + are triggered by the DHCP server's main loop. The hook library should hold the + provided pointer until the library is unloaded. + + - Next step status: Status codes retured by the callouts installed on + this hook point are ignored. + @subsection dhcpv6HooksBuffer6Receive buffer6_receive - @b Arguments: