diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2014-05-14 18:43:20 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2014-05-14 18:43:20 +0000 |
commit | f61d78fb42d2662643e7f0dbdcb97adbc2589dbc (patch) | |
tree | 9b915379eafaa12682f45d6cb1f41e94fcb12a36 /iterator/iter_priv.h | |
parent | 697291b66c481c617cf9875497e2189bc4a4b096 (diff) |
Diffstat (limited to 'iterator/iter_priv.h')
-rw-r--r-- | iterator/iter_priv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/iterator/iter_priv.h b/iterator/iter_priv.h index f6264f8d0c9bc..e6e51c159b09b 100644 --- a/iterator/iter_priv.h +++ b/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. |