summaryrefslogtreecommitdiff
path: root/src/resolve/dns-type.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-01-13 02:29:31 +0100
committerLennart Poettering <lennart@poettering.net>2016-01-13 20:21:57 +0100
commite8233bce196a14fa3ebde2969594fcdfa4404e19 (patch)
tree96c31f230e85cc595a7e3375169607cd3f76c0b2 /src/resolve/dns-type.h
parent7160eb1b867a4bc64522287352fbe2a6aa687d2a (diff)
downloadsystemd-e8233bce196a14fa3ebde2969594fcdfa4404e19.tar.gz
resolved: refuse validating wildcard RRs for SOA, NSEC3, DNAME
Diffstat (limited to 'src/resolve/dns-type.h')
-rw-r--r--src/resolve/dns-type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resolve/dns-type.h b/src/resolve/dns-type.h
index 45080fd243..747bc854e1 100644
--- a/src/resolve/dns-type.h
+++ b/src/resolve/dns-type.h
@@ -131,6 +131,7 @@ bool dns_type_is_valid_rr(uint16_t type);
bool dns_type_may_redirect(uint16_t type);
bool dns_type_is_dnssec(uint16_t type);
bool dns_type_is_obsolete(uint16_t type);
+bool dns_type_may_wildcard(uint16_t type);
bool dns_class_is_pseudo(uint16_t class);
bool dns_class_is_valid_rr(uint16_t class);