|
1 |
| -// Copyright (C) 2013-2024 Internet Systems Consortium, Inc. ("ISC") |
| 1 | +// Copyright (C) 2013-2025 Internet Systems Consortium, Inc. ("ISC") |
2 | 2 | //
|
3 | 3 | // This Source Code Form is subject to the terms of the Mozilla Public
|
4 | 4 | // License, v. 2.0. If a copy of the MPL was not distributed with this
|
@@ -355,13 +355,14 @@ called before "subnet6_select".
|
355 | 355 | - name: @b new_lease6, type: isc::dhcp::Lease6Ptr, direction: <b>in<b>
|
356 | 356 |
|
357 | 357 | - @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. |
365 | 366 |
|
366 | 367 | @subsection dhcpv6Leases6Committed leases6_committed
|
367 | 368 |
|
|
0 commit comments