Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SMIMEA support incomplete #6685

Closed
klaus3000 opened this issue May 28, 2018 · 0 comments
Closed

SMIMEA support incomplete #6685

klaus3000 opened this issue May 28, 2018 · 0 comments

Comments

@klaus3000
Copy link

On master and 4.1 branch. This bugfix will not cause incompatibility after upgrade (in a master-slave setup the slave must be upgraded first) as PDNS also supports the TYPExx type.

--- a/pdns/qtype.hh
+++ b/pdns/qtype.hh
@@ -198,6 +198,7 @@ private:
       qtype_insert("NSEC3", 50);
       qtype_insert("NSEC3PARAM", 51);
       qtype_insert("TLSA", 52);
+      qtype_insert("SMIMEA", 53);
       qtype_insert("RKEY", 57);
       qtype_insert("CDS", 59);
       qtype_insert("CDNSKEY", 60);

PS: Sorry for not make a PR, but my git fork lost control in too many branches ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant