mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-23 18:47:40 -04:00
The existing logic would always scan the headers if: - adding negative cache entry that's NXDOMAIN or negative RRSIG - adding positive cache entry - the type doesn't exist in the node As the rest is relatively minor - we only delete rrset from resolver on broken chain and most negative entries don't exist in the case anyway, it feels like the extra logic to decide whether we should do full scan or not is just complicating things. Remove the extra logic and always scan all the slabtop/slabheaders in the node when adding new entry into the cache. |
||
|---|---|---|
| .. | ||
| dns | ||
| isc | ||
| isccc | ||
| isccfg | ||
| ns | ||
| .gitignore | ||
| meson.build | ||