mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-28 04:21:07 -05:00
When testing named instances which are configured to drop outgoing UDP responses larger than 512 bytes, querying with DO=1 may be used instead of querying for large TXT records as the effect achieved will be identical: an unsigned response for a SOA query will be below 512 bytes in size while a signed response for the same query will be over 512 bytes in size. Doing this makes all resolution checks in the "legacy" system test more similar. Add checks for the TC flag being set in UDP responses which are expected to be truncated to further make sure that tested named instances behave as expected. |
||
|---|---|---|
| .. | ||
| edns512.db.in | ||
| edns512.db.signed | ||
| named.args | ||
| named.conf.in | ||
| sign.sh | ||