2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-08 09:55:22 +00:00

[288,!158] Changed references from RFC3315 to RFC8415 in the src code.

This commit is contained in:
Marcin Siodelski
2018-12-05 19:09:13 +01:00
parent 8c1ce6673d
commit cee51915c5
25 changed files with 94 additions and 102 deletions

View File

@@ -63,7 +63,7 @@ CREATE TABLE lease6 (
pref_lifetime INT UNSIGNED, # Preferred lifetime
lease_type TINYINT, # Lease type (see lease6_types
# table for possible values)
iaid INT UNSIGNED, # See Section 10 of RFC 3315
iaid INT UNSIGNED, # See Section 12 of RFC 8415
prefix_len TINYINT UNSIGNED, # For IA_PD only
fqdn_fwd BOOL, # Has forward DNS update been performed by a server
fqdn_rev BOOL, # Has reverse DNS update been performed by a server