]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
lua kres.type: add new constants
authorVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 9 Aug 2021 06:41:55 +0000 (08:41 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 9 Aug 2021 06:45:44 +0000 (08:45 +0200)
This is all that's missing in comparison to enum knot_rr_type.
For now I didn't remove types that aren't present there (anymore),
even though noone would miss them, most likely.

daemon/lua/kres.lua

index 3019a7d3dc6a8e89a933b1cfd6d9285c11711e47..aa95c232d3a4e663cda796eaac7cba25c0ca249a 100644 (file)
@@ -134,6 +134,10 @@ local const_type = {
        CDNSKEY    =  60,
        OPENPGPKEY =  61,
        CSYNC      =  62,
+       ZONEMD     =  63,
+       SVCB       =  64,
+       HTTPS      =  65,
+
        SPF        =  99,
        UINFO      = 100,
        UID        = 101,