2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

3628. [func] Report DNSKEY key id's when dumping the cache.

[RT #34533]
This commit is contained in:
Mark Andrews
2013-08-12 14:38:26 +10:00
parent e8e87ede5c
commit 16bd30ae69
3 changed files with 13 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
3628. [func] Report DNSKEY key id's when dumping the cache.
[RT #34533]
3627. [bug] RPZ changes were not effective on slaves. [RT #34450]
3626. [func] dig: NSID output now easier to read. [RT #21160]

View File

@@ -2273,5 +2273,14 @@ n=`expr $n + 1`
if [ $ret != 0 ]; then echo "I:failed"; fi
status=`expr $status + $ret`
echo "I:check that key id are logged when dumping the cache ($n)"
ret=0
$RNDC -c ../common/rndc.conf -s 10.53.0.4 -p 9953 dumpdb 2>&1 | sed 's/^/I:ns1 /'
sleep 1
grep "; key id = " ns4/named_dump.db > /dev/null || ret=1
n=`expr $n + 1`
if [ $ret != 0 ]; then echo "I:failed"; fi
status=`expr $status + $ret`
echo "I:exit status: $status"
exit $status

View File

@@ -138,6 +138,7 @@ dns_master_style_cache = {
DNS_STYLEFLAG_OMIT_OWNER |
DNS_STYLEFLAG_OMIT_CLASS |
DNS_STYLEFLAG_MULTILINE |
DNS_STYLEFLAG_RRCOMMENT |
DNS_STYLEFLAG_TRUST |
DNS_STYLEFLAG_NCACHE,
24, 32, 32, 40, 80, 8, UINT_MAX