Skip to main content
Flexible Top Header
Answer

filter-aaaa-v4 in Integrity 25

  • August 29, 2025
  • 2 replies
  • 61 views

Forum|alt.badge.img+4

I tried filtering AAAA responses per the KI 000016351 by adding this:

plugin query "/usr/lib/filter-aaaa.so" {
filter-aaaa-on-v4 yes;
};

I get the following error:

root@bdds75a:/var/log# cat check-bind.log 
Fri Aug 29 14:15:21 UTC 2025
/etc/named.conf:32: unknown option 'plugin'

If I try without the plugin statement I get this:

root@bdds75a:/var/log# cat check-bind.log 
Fri Aug 29 13:58:23 UTC 2025
/etc/named.conf:32: option 'filter-aaaa-on-v4' no longer exists

Does anyone know the new way to do this in Integrity 25?

Best answer by tmaestas

Did you add the raw option at the view level?

2 replies

Forum|alt.badge.img+2
  • Verified Resolver
  • Answer
  • August 29, 2025

Did you add the raw option at the view level?


Forum|alt.badge.img+4
  • Author
  • Authenticated Nodes
  • August 29, 2025

That was it, I missed the note about adding it at the view level.  I was sure I had tested it in an earlier version at the server level.