bind9/doc
Matthijs Mekking 104b676235 Serve-stale nit fixes
While working on the serve-stale backports, I noticed the following
oddities:

1. In the serve-stale system test, in one case we keep track of the
   time how long it took for dig to complete. In commit
   aaed7f9d8c, the code removed the
   exception to check for result == ISC_R_SUCCESS on stale found
   answers, and adjusted the test accordingly. This failed to update
   the time tracking accordingly. Move the t1/t2 time track variables
   back around the two dig commands to ensure the lookups resolved
   faster than the resolver-query-timeout.

2. We can remove the setting of NS_QUERYATTR_STALEOK and
   DNS_RDATASETATTR_STALE_ADDED on the "else if (stale_timeout)"
   code path, because they are added later when we know we have
   actually found a stale answer on a stale timeout lookup.

3. We should clear the NS_QUERYATTR_STALEOK flag from the client
   query attributes instead of DNS_RDATASETATTR_STALE_ADDED (that
   flag is set on the rdataset attributes).

4. In 'bin/named/config.c' we should set the configuration options
   in alpabetical order.

5. In the ARM, in the backports we have added "(stale)" between
   "cached" and "RRset" to make more clear a stale RRset may be
   returned in this scenario.
2021-04-28 12:24:24 +02:00
..
arm Serve-stale nit fixes 2021-04-28 12:24:24 +02:00
design Add purge-keys config option 2021-02-23 09:16:48 +01:00
dev Refactor taskmgr to run on top of netmgr 2021-04-20 23:22:28 +02:00
dnssec-guide Fix typo in DNSSEC Guide 2021-03-16 13:37:16 +00:00
doxygen update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
man Include all pre-generated man pages in "make dist" 2021-03-29 13:06:39 +02:00
misc Add purge-keys config option 2021-02-23 09:16:48 +01:00
notes Changes and release notes for [#2628] 2021-04-26 10:43:39 +02:00
Makefile.am Fix "make dist" 2020-06-05 13:19:49 +02:00