diff options
author | Razvan Becheriu <razvan@isc.org> | 2024-05-07 14:47:11 +0200 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2024-05-22 20:37:12 +0200 |
commit | 23f7d80c412ea64d1c0b912577cf0cd6471a4fbb (patch) | |
tree | a4845e9c724d476234b609a71b86dad0be8fb9e5 /doc/examples/kea4/global-reservations.json | |
parent | [#2958] added ChangeLog entry (diff) | |
download | kea-23f7d80c412ea64d1c0b912577cf0cd6471a4fbb.tar.xz kea-23f7d80c412ea64d1c0b912577cf0cd6471a4fbb.zip |
[#2959] removed deprecated parameter reservation-mode
Diffstat (limited to 'doc/examples/kea4/global-reservations.json')
-rw-r--r-- | doc/examples/kea4/global-reservations.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/examples/kea4/global-reservations.json b/doc/examples/kea4/global-reservations.json index 37cba508f5..be020af56d 100644 --- a/doc/examples/kea4/global-reservations.json +++ b/doc/examples/kea4/global-reservations.json @@ -51,9 +51,6 @@ // 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", -// It is replaced by the "reservations-global", "reservations-in-subnet", and -// "reservations-out-of-pool" parameters. // Specify whether the server should look up global reservations. "reservations-global": true, |