]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add partial legend for Address database dump
authorMark Andrews <marka@isc.org>
Wed, 13 Nov 2013 01:10:43 +0000 (12:10 +1100)
committerMark Andrews <marka@isc.org>
Wed, 13 Nov 2013 01:10:43 +0000 (12:10 +1100)
lib/dns/adb.c

index a69f2537fda298a8647c52e3cee408f1961c213b..54e39d01156239a64b4b22c5c50879f96c0c2e3c 100644 (file)
@@ -3326,6 +3326,9 @@ dump_adb(dns_adb_t *adb, FILE *f, isc_boolean_t debug, isc_stdtime_t now) {
        dns_adbentry_t *entry;
 
        fprintf(f, ";\n; Address database dump\n;\n");
+       fprintf(f, "; [edns success/4096 timeout/1432 timeout/1232 timeout/"
+               "512 timeout]\n");
+       fprintf(f, "; [plain success/timeout]\n;\n");
        if (debug)
                fprintf(f, "; addr %p, erefcnt %u, irefcnt %u, finds out %u\n",
                        adb, adb->erefcnt, adb->irefcnt,