From d73115f6e557d8594746fce771f50b0a4ce13abf Mon Sep 17 00:00:00 2001 From: Federico Lucifredi Date: Thu, 17 Jan 2008 05:14:50 +0000 Subject: 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 --- avahi-common/defs.h | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- cgit