mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 14:35:29 +00:00
[5121] Examples updated.
This commit is contained in:
@@ -58,7 +58,15 @@
|
|||||||
{
|
{
|
||||||
"pools": [ { "pool": "192.0.2.1 - 192.0.2.200" } ],
|
"pools": [ { "pool": "192.0.2.1 - 192.0.2.200" } ],
|
||||||
"subnet": "192.0.2.0/24",
|
"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": [
|
"reservations": [
|
||||||
|
|
||||||
# This is a reservation for a specific hardware/MAC address. It's a very
|
# This is a reservation for a specific hardware/MAC address. It's a very
|
||||||
|
@@ -41,6 +41,13 @@
|
|||||||
{
|
{
|
||||||
"subnet": "2001:db8:1::/48",
|
"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" } ],
|
"pools": [ { "pool": "2001:db8:1::/80" } ],
|
||||||
|
|
||||||
"pd-pools": [
|
"pd-pools": [
|
||||||
|
Reference in New Issue
Block a user