diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2013-09-22 11:31:21 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2013-09-22 11:31:21 +0000 |
commit | c0ed0d5afb15021c2ae780f23633e5782036f102 (patch) | |
tree | a4b1497314c64aa9e89f0c56632daf3885fa4225 /usr.sbin/unbound/iterator/iter_priv.h | |
parent | 613d2fe6530ee8cf0ca00a369ab3713f47e696da (diff) |
update to Unbound 1.4.21, ok brad@
Diffstat (limited to 'usr.sbin/unbound/iterator/iter_priv.h')
-rw-r--r-- | usr.sbin/unbound/iterator/iter_priv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/unbound/iterator/iter_priv.h b/usr.sbin/unbound/iterator/iter_priv.h index f6264f8d0c9..e6e51c159b0 100644 --- a/usr.sbin/unbound/iterator/iter_priv.h +++ b/usr.sbin/unbound/iterator/iter_priv.h @@ -92,6 +92,8 @@ int priv_apply_cfg(struct iter_priv* priv, struct config_file* cfg); /** * See if rrset is bad. + * Will remove individual RRs that are bad (if possible) to + * sanitize the RRset without removing it completely. * @param priv: structure for private address storage. * @param pkt: packet to decompress rrset name in. * @param rrset: the rrset to examine, A or AAAA. |