diff options
author | Razvan Becheriu <razvan@isc.org> | 2021-08-06 15:53:17 +0200 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2021-08-12 13:15:05 +0200 |
commit | 5d2b034e8249b15aea232bb5e06d7f679ae7e6fa (patch) | |
tree | 899e04f204f484022002300e1514f63b2661facb /doc/examples/kea6 | |
parent | [#1893] added log message for config reload success (diff) | |
download | kea-5d2b034e8249b15aea232bb5e06d7f679ae7e6fa.tar.xz kea-5d2b034e8249b15aea232bb5e06d7f679ae7e6fa.zip |
[#1930] do not mention reservations-out-of-pool when reservations-in-subnet is false
Diffstat (limited to 'doc/examples/kea6')
-rw-r--r-- | doc/examples/kea6/all-keys.json | 3 | ||||
-rw-r--r-- | doc/examples/kea6/global-reservations.json | 3 | ||||
-rw-r--r-- | doc/examples/kea6/reservations.json | 2 | ||||
-rw-r--r-- | doc/examples/kea6/shared-network.json | 1 |
4 files changed, 8 insertions, 1 deletions
diff --git a/doc/examples/kea6/all-keys.json b/doc/examples/kea6/all-keys.json index 694942af62..13ce667518 100644 --- a/doc/examples/kea6/all-keys.json +++ b/doc/examples/kea6/all-keys.json @@ -680,6 +680,7 @@ // Specify if server can assume that all reserved addresses // are out-of-pool. // Ignored when reservations-in-subnet is false. + // If it is specified, it is inherited to "subnet6" levels. "reservations-out-of-pool": false, // List of client classes which must be evaluated when this shared @@ -1018,6 +1019,8 @@ // Specify if server can assume that all reserved addresses // are out-of-pool. // Ignored when reservations-in-subnet is false. + // If it is specified, it is inherited to "shared-networks" and + // "subnet6" levels. "reservations-out-of-pool": false, // Data directory. diff --git a/doc/examples/kea6/global-reservations.json b/doc/examples/kea6/global-reservations.json index 6fdb0bee54..908bc84b22 100644 --- a/doc/examples/kea6/global-reservations.json +++ b/doc/examples/kea6/global-reservations.json @@ -40,7 +40,7 @@ // This directive tells Kea that reservations are global. Note that this // can also be specified at shared network and/or subnet level. -// "reservation-mode": "global", +// "reservation-mode": "global", // It is replaced by the "reservations-global", "reservations-in-subnet" and // "reservations-out-of-pool" parameters. @@ -53,6 +53,7 @@ // Specify if server can assume that all reserved addresses // are out-of-pool. // Ignored when reservations-in-subnet is false. +// If it is specified, it is inherited to "shared-networks" and "subnet6" levels. "reservations-out-of-pool": false, // Define several global host reservations. diff --git a/doc/examples/kea6/reservations.json b/doc/examples/kea6/reservations.json index e860e3ccb4..a4a30ce993 100644 --- a/doc/examples/kea6/reservations.json +++ b/doc/examples/kea6/reservations.json @@ -61,6 +61,8 @@ // Specify if server can assume that all reserved addresses // are out-of-pool. // Ignored when reservations-in-subnet is false. + // If it is specified, it is inherited to "shared-networks" and + // "subnet6" levels. "reservations-out-of-pool": false, "pools": [ { "pool": "2001:db8:1::/120" } ], diff --git a/doc/examples/kea6/shared-network.json b/doc/examples/kea6/shared-network.json index cbec7d321b..0b6e7b1eb1 100644 --- a/doc/examples/kea6/shared-network.json +++ b/doc/examples/kea6/shared-network.json @@ -84,6 +84,7 @@ // Specify if server can assume that all reserved addresses // are out-of-pool. // Ignored when reservations-in-subnet is false. + // If it is specified, it is inherited to "subnet6" levels. "reservations-out-of-pool": false, // List of subnets belonging to this particular shared-network |