2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00
Files
bind/lib/dns
Evan Hunt e2393ba27b refactor, add missing EDNS options, and fix option names
some EDNS option names, including DAU, DHU, N3U, and CHAIN,
were not printed in dns_message_pseudosectiontotext() or
_psuedosectiontoyaml(); they were displayed as unknown options.
this has been corrected.

that code was also refactored to use switch instead of if/else,
and to look up the option code names in a table to prevent
inconsistencies between the two formats. one such inconsistency
was corrected: the "TCP-KEEPALIVE" option is now always printed
with a hyphen, instead of being "TCP KEEPALIVE" when not using
YAML. the keepalive system test has been updated to expect this.

EDNS options that print DNS names (i.e., CHAIN and Report-Channel)
now enclose them in quotation marks to ensure YAML correctness.
the auth system test has been updated to expect this when grepping
for Report-Channel options.
2024-10-29 20:05:27 +00:00
..
2024-10-23 21:29:32 +00:00
2024-09-10 09:54:20 +00:00
2024-08-21 16:23:09 +02:00
2024-10-18 19:31:27 +00:00
2023-02-28 11:44:15 +01:00
2024-10-24 11:41:18 +11:00
2024-02-08 08:01:58 +01:00
2024-10-18 19:31:27 +00:00
2024-10-11 17:42:01 +02:00
2024-10-18 19:31:27 +00:00
2024-09-18 17:39:14 +02:00
2024-05-07 10:01:12 +10:00
2024-10-23 21:29:32 +00:00
2024-04-30 12:50:01 -07:00
2024-08-05 13:31:38 +00:00
2023-03-08 08:36:25 +01:00
2024-03-08 15:36:56 -08:00
2024-09-10 17:31:32 +02:00
2023-02-28 11:44:15 +01:00
2023-08-31 22:08:35 +02:00
2024-10-24 11:41:18 +11:00
2024-10-24 11:41:18 +11:00
2024-09-18 17:39:14 +02:00
2024-08-22 08:21:52 +02:00
2023-03-31 13:33:16 +02:00
2024-10-18 19:31:27 +00:00
2023-06-14 08:14:38 +00:00
2024-09-18 18:02:41 +02:00
2024-10-24 11:41:18 +11:00
2024-01-25 14:48:07 +01:00