lib/cache kr_cache_insert_rr(): add another parameter
NSEC* params were not being stashed by this function. For prefilling it's useful, but doing it on *every* NSEC* record would be quite a waste, so we introduce a parameter to select this. Implementation: there were good reasons not to implement this until needed - it wasn't straightforward at all.
Showing
- daemon/lua/kres-gen-29.lua 1 addition, 1 deletiondaemon/lua/kres-gen-29.lua
- daemon/lua/kres-gen-31.lua 1 addition, 1 deletiondaemon/lua/kres-gen-31.lua
- daemon/lua/kres.lua 2 additions, 1 deletiondaemon/lua/kres.lua
- lib/cache/api.c 50 additions, 27 deletionslib/cache/api.c
- lib/cache/api.h 5 additions, 2 deletionslib/cache/api.h
Please register or sign in to comment