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?