]> git.ipfire.org Git - thirdparty/bind9.git/commit
Implement SKR import
authorMatthijs Mekking <matthijs@isc.org>
Wed, 19 Jun 2024 10:17:31 +0000 (12:17 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 22 Aug 2024 06:21:52 +0000 (08:21 +0200)
commit037382c4a5d41ebc99faee268f47a8a638e5d2fb
tree60f7eda21decc340025fba95ccc888998e47ce29
parent445722d2bf4bbe15af4e4940ffb0d4dc2d2c5a8b
Implement SKR import

When 'rndc skr import' is called, read the file contents and store the
data in the zone's skr structure.
bin/named/server.c
lib/dns/include/dns/skr.h
lib/dns/include/dns/zone.h
lib/dns/skr.c
lib/dns/zone.c