diff options
author | Razvan Becheriu <razvan@isc.org> | 2020-10-09 20:41:55 +0200 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2020-11-18 14:55:22 +0100 |
commit | 5d1fac920aefdc210a07a5bfdacd71a47936a87a (patch) | |
tree | 92919cdec4183fa057a5f7b72b5a667b10a07bc3 /doc/examples/kea6 | |
parent | [#1405] updated unittests (diff) | |
download | kea-5d1fac920aefdc210a07a5bfdacd71a47936a87a.tar.xz kea-5d1fac920aefdc210a07a5bfdacd71a47936a87a.zip |
[#1405] fixed unittests
Diffstat (limited to 'doc/examples/kea6')
-rw-r--r-- | doc/examples/kea6/all-keys-netconf.json | 18 | ||||
-rw-r--r-- | doc/examples/kea6/all-keys.json | 18 | ||||
-rw-r--r-- | doc/examples/kea6/global-reservations.json | 6 | ||||
-rw-r--r-- | doc/examples/kea6/reservations.json | 6 | ||||
-rw-r--r-- | doc/examples/kea6/shared-network.json | 18 |
5 files changed, 33 insertions, 33 deletions
diff --git a/doc/examples/kea6/all-keys-netconf.json b/doc/examples/kea6/all-keys-netconf.json index 7585399fb6..563a6dd453 100644 --- a/doc/examples/kea6/all-keys-netconf.json +++ b/doc/examples/kea6/all-keys-netconf.json @@ -534,9 +534,9 @@ // Reservation modes specifying server's mode of operation when it // fetches host reservations. "reservation-modes": { - "global": False, - "in-subnet": True, - "out-of-pool": True + "global": false, + "in-subnet": true, + "out-of-pool": true }, // List of client classes which must be evaluated when this shared @@ -691,9 +691,9 @@ // Reservation modes specifying server's mode of operation when it // fetches host reservations. "reservation-modes": { - "global": False, - "in-subnet": True, - "out-of-pool": True + "global": false, + "in-subnet": true, + "out-of-pool": true }, // Subnet level compute T1 and T2 timers. @@ -816,9 +816,9 @@ // Reservation modes specifying server's mode of operation when it // fetches host reservations. "reservation-modes": { - "global": False, - "in-subnet": True, - "out-of-pool": True + "global": false, + "in-subnet": true, + "out-of-pool": true }, // Data directory. diff --git a/doc/examples/kea6/all-keys.json b/doc/examples/kea6/all-keys.json index 9482db7521..46695e9823 100644 --- a/doc/examples/kea6/all-keys.json +++ b/doc/examples/kea6/all-keys.json @@ -659,9 +659,9 @@ // Reservation modes specifying server's mode of operation when it // fetches host reservations. "reservation-modes": { - "global": False, - "in-subnet": True, - "out-of-pool": True + "global": false, + "in-subnet": true, + "out-of-pool": true }, // List of client classes which must be evaluated when this shared @@ -854,9 +854,9 @@ // Reservation modes specifying server's mode of operation when it // fetches host reservations. "reservation-modes": { - "global": False, - "in-subnet": True, - "out-of-pool": True + "global": false, + "in-subnet": true, + "out-of-pool": true }, // Subnet level compute T1 and T2 timers. @@ -988,9 +988,9 @@ // Reservation modes specifying server's mode of operation when it // fetches host reservations. "reservation-modes": { - "global": False, - "in-subnet": True, - "out-of-pool": True + "global": false, + "in-subnet": true, + "out-of-pool": true }, // Data directory. diff --git a/doc/examples/kea6/global-reservations.json b/doc/examples/kea6/global-reservations.json index 53e253a8d9..6a11a40dde 100644 --- a/doc/examples/kea6/global-reservations.json +++ b/doc/examples/kea6/global-reservations.json @@ -46,9 +46,9 @@ // Since Kea 1.9.1, a more flexible option of configuring the way Kea uses host // reservations is available through the 'reservation-modes' map. "reservation-modes": { - "global": True, - "in-subnet": False, - "out-of-pool": False + "global": true, + "in-subnet": false, + "out-of-pool": false }, // Define several global host reservations. diff --git a/doc/examples/kea6/reservations.json b/doc/examples/kea6/reservations.json index 5005b5100e..decc673243 100644 --- a/doc/examples/kea6/reservations.json +++ b/doc/examples/kea6/reservations.json @@ -54,9 +54,9 @@ // Reservation modes specifying server's mode of operation when it // fetches host reservations. "reservation-modes": { - "global": False, - "in-subnet": True, - "out-of-pool": True + "global": false, + "in-subnet": true, + "out-of-pool": true }, "pools": [ { "pool": "2001:db8:1::/120" } ], diff --git a/doc/examples/kea6/shared-network.json b/doc/examples/kea6/shared-network.json index 49f1c998ea..8fc3464b78 100644 --- a/doc/examples/kea6/shared-network.json +++ b/doc/examples/kea6/shared-network.json @@ -75,9 +75,9 @@ // Reservation modes specifying server's mode of operation when it // fetches host reservations. "reservation-modes": { - "global": False, - "in-subnet": True, - "out-of-pool": True + "global": false, + "in-subnet": true, + "out-of-pool": true }, // List of subnets belonging to this particular shared-network @@ -99,9 +99,9 @@ // Reservation modes specifying server's mode of operation when it // fetches host reservations. "reservation-modes": { - "global": False, - "in-subnet": True, - "out-of-pool": True + "global": false, + "in-subnet": true, + "out-of-pool": true }, "subnet": "2001:db8:1::/64", "pools": [ { "pool": "2001:db8:1:abcd::/64" } ], @@ -123,9 +123,9 @@ // Reservation modes specifying server's mode of operation when it // fetches host reservations. "reservation-modes": { - "global": False, - "in-subnet": True, - "out-of-pool": True + "global": false, + "in-subnet": true, + "out-of-pool": true }, "subnet": "3000::/16", "valid-lifetime": 40 |