19 May 2023: Wouter
- Fix RPZ removal of client-ip, nsip, nsdname triggers from IXFR.
+ - Fix to remove unused variables from RPZ clientip data structure.
16 May 2023: Wouter
- Fix #888: [FR] Use kernel timestamps for dnstap.
RPZ_CNAME_OVERRIDE_ACTION, /* RPZ CNAME action override*/
};
-struct clientip_synthesized_rrset{
+struct clientip_synthesized_rrset {
struct regional* region;
struct rbtree_type entries;
- lock_rw_type lock; /* lock on the respip tree */
+ /** lock on the entries tree */
+ lock_rw_type lock;
};
struct clientip_synthesized_rr {
struct addr_tree_node node;
/** lock on the node item */
lock_rw_type lock;
- /** tag bitlist */
- uint8_t* taglist;
- /** length of the taglist (in bytes) */
- size_t taglen;
/** action for this address span */
enum rpz_action action;
/** "local data" for this node */