]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/resolve/resolved-dns-rr.h
resolved: DNSKEY records
[thirdparty/systemd.git] / src / resolve / resolved-dns-rr.h
index 20a344b8ca53c615ae832c56d3a52a2862d01bc3..e2272643fbece2339a82a252ae989aa86d0352ca 100644 (file)
@@ -116,6 +116,15 @@ struct DnsResourceRecord {
                         void *key;
                         size_t key_size;
                 } sshfp;
+
+                /* http://tools.ietf.org/html/rfc4034#section-2.1 */
+                struct {
+                        bool zone_key_flag:1;
+                        bool sep_flag:1;
+                        uint8_t algorithm;
+                        void* key;
+                        size_t key_size;
+                } dnskey;
         };
 };