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

[5121] Examples updated.

This commit is contained in:
Tomek Mrugalski
2017-07-05 18:32:29 +02:00
parent fb7b01209c
commit 39afdf511c
2 changed files with 16 additions and 1 deletions

View File

@@ -58,7 +58,15 @@
{
"pools": [ { "pool": "192.0.2.1 - 192.0.2.200" } ],
"subnet": "192.0.2.0/24",
"interface": "eth0",
"interface": "eth0",
// This directive tells Kea that reservations may be made both in-pool
// and out-of-pool. For improved performance, you may move all reservations
// out of the dynamic pool and change reservation-mode to "out-of-pool".
// Kea will then be able to skip querying for host reservations when
// assigning leases from dynamic pool.
"reservation-mode": "all",
"reservations": [
# This is a reservation for a specific hardware/MAC address. It's a very

View File

@@ -41,6 +41,13 @@
{
"subnet": "2001:db8:1::/48",
// This directive tells Kea that reservations may be made both in-pool
// and out-of-pool. For improved performance, you may move all reservations
// out of the dynamic pool and change reservation-mode to "out-of-pool".
// Kea will then be able to skip querying for host reservations when
// assigning leases from dynamic pool.
"reservation-mode": "all",
"pools": [ { "pool": "2001:db8:1::/80" } ],
"pd-pools": [