kea.conf: fix incorrect pool prefix length

This commit is contained in:
Johannes Kimmel 2024-01-06 14:32:16 +01:00
parent 5e43c99f01
commit cb63594f95
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@
// almost always needed for DHCP to do its job. If you omit it,
// clients won't be able to get addresses, unless there are
// host reservations defined for them.
"pools": [ { "pool": "fe80::8000:0:0:0/64" } ],
"pools": [ { "pool": "fe80::8000:0:0:0/65" } ],
// Kea supports prefix delegation (PD). This mechanism delegates
// whole prefixes, instead of single addresses. You need to specify