diff options
author | Andrei Pavel <andrei@isc.org> | 2022-10-18 10:05:59 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2022-10-18 10:45:11 +0200 |
commit | 7fc8c0f8968f8c695030b45d2cbc6eb00bd6f955 (patch) | |
tree | 08e256a3d4b30d45fd31b4008d3975aa7bc7cdcb /src/lib/dhcpsrv/database_backends.dox | |
parent | [#2566] Added a note in doc about backend not supporting host collections (diff) | |
download | kea-7fc8c0f8968f8c695030b45d2cbc6eb00bd6f955.tar.xz kea-7fc8c0f8968f8c695030b45d2cbc6eb00bd6f955.zip |
[#2566] Reworded the note in doc about backend not supporting host collections
Diffstat (limited to 'src/lib/dhcpsrv/database_backends.dox')
-rw-r--r-- | src/lib/dhcpsrv/database_backends.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/dhcpsrv/database_backends.dox b/src/lib/dhcpsrv/database_backends.dox index a9813a6302..54b0399d16 100644 --- a/src/lib/dhcpsrv/database_backends.dox +++ b/src/lib/dhcpsrv/database_backends.dox @@ -128,10 +128,10 @@ For subnet ID and identifier negative caching is optionally supported. - host backends which do not support host collection (as host cache - and radius) must return an empty collection (so not contributing + and RADIUS) must return an empty collection (so not contributing to the final result) from all methods returning collections. Of course the core code must not use these methods with these backends - but there are some callers outside the code code, e.g. the host cmds + but there are some callers outside the code, e.g. the host commands hook library. @subsection dhcpdb-caching Caching |