]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: test: Refactor the mismatchtcp ans2 response server
authorŠtěpán Balážik <stepan@isc.org>
Wed, 12 Aug 2026 10:48:38 +0000 (10:48 +0000)
committerŠtěpán Balážik <stepan@isc.org>
Wed, 12 Aug 2026 10:48:38 +0000 (10:48 +0000)
commit24a7388a5e2c3daec9fcdc685b2f1cd8d5a6d79a
tree8c0ec9ebb832da87a61461a10f6486e99bb68964
parent78bd1cc5afbf19764c75fb79b3d5fe0abf93909b
parenteb20c599b00bb5cbf81e468cb9e00343e48313be
chg: test: Refactor the mismatchtcp ans2 response server

Match the Kaminsky-spoof case declaratively with a `QnameQtypeHandler` plus a protocol check, replacing the imperative match and the UDP/TCP branch.

Merge branch 'stepan/mismatchtcp-asyncserver-cleanup' into 'main'

See merge request isc-projects/bind9!12528