mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 10:12:09 -04:00
Add dns_c_ipmatch_any to dns_c_ipmatch_type_t enum.
This commit is contained in:
parent
334e2ce758
commit
0b5d6a2091
1 changed files with 1 additions and 0 deletions
|
|
@ -172,6 +172,7 @@ typedef enum {
|
|||
dns_c_ipmatch_localnets,
|
||||
dns_c_ipmatch_key,
|
||||
dns_c_ipmatch_acl,
|
||||
dns_c_ipmatch_any,
|
||||
dns_c_ipmatch_none
|
||||
} dns_c_ipmatch_type_t;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue