]> git.ipfire.org Git - thirdparty/bind9.git/commit
Allow EDNS to be used when making requests in xfrin
authorMark Andrews <marka@isc.org>
Thu, 29 Jun 2023 07:25:15 +0000 (17:25 +1000)
committerMark Andrews <marka@isc.org>
Thu, 31 Aug 2023 01:32:29 +0000 (11:32 +1000)
commit690fd050a0b8720a4094f315e3c313a1a1fceea0
treef57fb4b7267dbc0c502f631ac7069a628f40db5f
parent87912e4bb8410ffe1d88295b22d319f5cd410e2c
Allow EDNS to be used when making requests in xfrin

This allow for the EDNS options EXPIRE and NSID to be sent when
when making requests.  The existing controls controlling whether
EDNS is used and whether EXPIRE or NSID are sent are honoured.

Adjust the expected byte counts in the xfer system test to reflect
the EDNS overhead.  Adjust the dig call to match named's behavior
(don't set +expire as we are talking to a secondary).
bin/tests/system/ixfr/ixfr-stats-with-expire.good [moved from bin/tests/system/ixfr/ixfr-stats.good with 67% similarity]
bin/tests/system/ixfr/ixfr-stats-without-expire.good [new file with mode: 0644]
bin/tests/system/ixfr/tests.sh
bin/tests/system/xfer/axfr-stats.good
bin/tests/system/xfer/tests.sh
lib/dns/xfrin.c