diff options
author | Razvan Becheriu <razvan@isc.org> | 2020-10-15 12:40:07 +0200 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2020-11-18 14:55:22 +0100 |
commit | d0c39563d38820c2f76c578670df9f561b12b2be (patch) | |
tree | e6d0e1e2e36deac294e6ab06fa948fd04e9a2952 /doc/examples/kea6 | |
parent | [#1405] fixed compilation (diff) | |
download | kea-d0c39563d38820c2f76c578670df9f561b12b2be.tar.xz kea-d0c39563d38820c2f76c578670df9f561b12b2be.zip |
[#1405] fixed comments
Diffstat (limited to 'doc/examples/kea6')
-rw-r--r-- | doc/examples/kea6/all-keys.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/examples/kea6/all-keys.json b/doc/examples/kea6/all-keys.json index 9f89b9e3d3..b683e80106 100644 --- a/doc/examples/kea6/all-keys.json +++ b/doc/examples/kea6/all-keys.json @@ -654,7 +654,7 @@ // Enumeration specifying server's mode of operation when it // fetches host reservations. // It is deprecated by the "reservations-out-of-pool", - // reservations-in-subnet and reservations-global parameters. + // "reservations-in-subnet" and "reservations-global" parameters. // "reservation-mode": "all", // Specify if server should lookup global reservations. @@ -851,7 +851,7 @@ // Enumeration specifying server's mode of operation when it // fetches host reservations. // It is deprecated by the "reservations-out-of-pool", - // reservations-in-subnet and reservations-global parameters. + // "reservations-in-subnet" and "reservations-global" parameters. // "reservation-mode": "all", // Specify if server should lookup global reservations. @@ -987,7 +987,7 @@ // Fetches host reservations. // It is deprecated by the "reservations-out-of-pool", - // reservations-in-subnet and reservations-global parameters. + // "reservations-in-subnet" and "reservations-global" parameters. // "reservation-mode": "all", // Specify if server should lookup global reservations. |