]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add support for parsing DSYNC scheme mnemonics
authorMark Andrews <marka@isc.org>
Sat, 26 Jul 2025 04:17:20 +0000 (06:17 +0200)
committerMark Andrews <marka@isc.org>
Tue, 5 Aug 2025 07:27:44 +0000 (17:27 +1000)
commit6e1311c624d15e6c4d0184deea3bb670e8a5785d
treed4c7ea0330536c7440776cc4611fb2a3796e11dc
parent09efe6039cd9af5e948a64fc82212510048cb48b
Add support for parsing DSYNC scheme mnemonics

Adds dns_dsyncscheme_fromtext, dns_dsyncscheme_totext and
dns_dsyncscheme_format.  Adds type dns_dsyncscheme_t.
lib/dns/include/dns/dsync.h [new file with mode: 0644]
lib/dns/include/dns/types.h
lib/dns/rcode.c