Skip to main content
Flexible Top Header

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?

Did you add the raw option at the view level?


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.


Reply