Skip to content

Commit 5b1878a

Browse files
committed
[#3683] Addressed dhcp6_hooks.doc comments
1 parent 3946574 commit 5b1878a

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

src/bin/dhcp6/dhcp6_hooks.dox

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2013-2024 Internet Systems Consortium, Inc. ("ISC")
1+
// Copyright (C) 2013-2025 Internet Systems Consortium, Inc. ("ISC")
22
//
33
// This Source Code Form is subject to the terms of the Mozilla Public
44
// License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -355,13 +355,14 @@ called before "subnet6_select".
355355
- name: @b new_lease6, type: isc::dhcp::Lease6Ptr, direction: <b>in<b>
356356

357357
- @b Description: this callout is executed when an addr-reg-inform was
358-
received and successfully processed before the lease operation which
359-
maintains when not skipped the registration state.
360-
361-
- <b>Next step status</b>: If any callout sets the status to SKIP, the
362-
lease operation (add or update) will be skipped. If any callout sets the
363-
status to DROP, the server will cancel current packet processing and
364-
the query dropped.
358+
received and successfully processed but before the lease operation which
359+
maintains the registration state when not skipped.
360+
361+
- <b>Next step status</b>: If any callout sets the status to SKIP,
362+
the lease operation (add or update) will be skipped but the
363+
response sent and DNS updates handled for the part not relying on
364+
leases. If any callout sets the status to DROP, the server will
365+
cancel current packet processing and the query dropped.
365366

366367
@subsection dhcpv6Leases6Committed leases6_committed
367368

0 commit comments

Comments
 (0)