diff options
author | Francis Dupont <fdupont@isc.org> | 2018-11-24 15:43:32 +0100 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2018-11-24 15:43:32 +0100 |
commit | d87b6ece1f98e6c9010b5b6a63119e0756b74487 (patch) | |
tree | 29be81d10bdb4fa36459e794d92c2c5a6410adb8 /doc/examples | |
parent | [65-libyang-simplify-update-models] Removed distribution of moved module files (diff) | |
download | kea-d87b6ece1f98e6c9010b5b6a63119e0756b74487.tar.xz kea-d87b6ece1f98e6c9010b5b6a63119e0756b74487.zip |
[65-libyang-simplify-update-models] Tried to address comments
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/kea4/all-keys.json | 3 | ||||
-rw-r--r-- | doc/examples/kea6/all-keys.json | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/examples/kea4/all-keys.json b/doc/examples/kea4/all-keys.json index e24d1be737..f0997ba52e 100644 --- a/doc/examples/kea4/all-keys.json +++ b/doc/examples/kea4/all-keys.json @@ -661,7 +661,8 @@ // Global valid lifetime value. "valid-lifetime": 6000, - // Configuration control. + // Configuration control (currently not used, i.e. this syntax + // is already defined but corresponding feature is not implemented). "config-control": { // Only configuration databases entry is defined. diff --git a/doc/examples/kea6/all-keys.json b/doc/examples/kea6/all-keys.json index 88dc5e3095..5c250a124e 100644 --- a/doc/examples/kea6/all-keys.json +++ b/doc/examples/kea6/all-keys.json @@ -617,7 +617,8 @@ // Global valid lifetime value. "valid-lifetime": 6000, - // Configuration control. + // Configuration control (currently not used, i.e. this syntax + // is already defined but corresponding feature is not implemented). "config-control": { // Only configuration databases entry is defined. |