summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Lucifredi <flucifredi@acm.org>2008-01-17 05:14:50 +0000
committerFederico Lucifredi <flucifredi@acm.org>2008-01-17 05:14:50 +0000
commitd73115f6e557d8594746fce771f50b0a4ce13abf (patch)
tree47de70121bda7ab3094e6ccb4b311be811688b36
parenteedf1f63c0cda01819293b84030aec04095a0854 (diff)
adding SEC record types needed (ignoring NSEC, as it makes no sense for local area browsing).
git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico2@1715 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r--avahi-common/defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/avahi-common/defs.h b/avahi-common/defs.h
index 4efa5ad..cbe20eb 100644
--- a/avahi-common/defs.h
+++ b/avahi-common/defs.h
@@ -289,6 +289,8 @@ enum {
AVAHI_DNS_TYPE_TXT = 0x10,
AVAHI_DNS_TYPE_AAAA = 0x1C,
AVAHI_DNS_TYPE_SRV = 0x21,
+ AVAHI_DNS_TYPE_RRSIG = 0x2E,
+ AVAHI_DNS_TYPE_DNSKEY = 0x30
};
/** DNS record classes, see RFC 1035 */