3696. [bug] dig failed to handle AXFR style IXFR responses which

span multiple messages. [RT #35137]

(cherry picked from commit e9649ece3b)
This commit is contained in:
Mark Andrews
2014-01-06 06:22:30 +11:00
parent 88601d331d
commit f79db810c6
7 changed files with 31 additions and 5 deletions

View File

@@ -45,3 +45,5 @@ EOF
# Setup initial db files for ns3
cp ns3/mytest0.db ns3/mytest.db
cp ns3/subtest0.db ns3/subtest.db
sh ../genzone.sh 3 > ns3/large.db
awk 'END { for (i = 0; i < 10000; i++) printf("record%d 10 IN TXT this is record %d\n", i, i) }' < /dev/null >> ns3/large.db