]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Lua QClass global does not exist 7628/head
authortcely <tcely@users.noreply.github.com>
Tue, 26 Mar 2019 18:04:53 +0000 (14:04 -0400)
committerGitHub <noreply@github.com>
Tue, 26 Mar 2019 18:04:53 +0000 (14:04 -0400)
The C code uses `QClass`, but the Lua variable was added as `DNSClass` for whatever reason.

pdns/dnsdistdist/docs/reference/constants.rst

index 6ee99ef8e5480cdc2e12485045f2858fffb72b5a..407fd1bf91ebcbc5e3805e61104454c15b63071b 100644 (file)
@@ -16,15 +16,15 @@ OPCode
 
 Reference: https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-5
 
-.. _DNSQClass:
+.. _DNSClass:
 
-QClass
+DNSClass
 ------
 
-- ``QClass.IN``
-- ``QClass.CHAOS``
-- ``QClass.NONE``
-- ``QClass.ANY``
+- ``DNSClass.IN``
+- ``DNSClass.CHAOS``
+- ``DNSClass.NONE``
+- ``DNSClass.ANY``
 
 Reference: https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-2