mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
Merge branch '641-unquoted-rpz' into 'master'
allow unquoted response-policy zone names Closes #641 See merge request isc-projects/bind9!926
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -1,3 +1,6 @@
|
|||||||
|
5066. [cleanup] Allow unquoted strings to be used as a zone names
|
||||||
|
in response-policy statements. [GL #641]
|
||||||
|
|
||||||
5065. [bug] Only set IPV6_USE_MIN_MTU on IPv6. [GL #553]
|
5065. [bug] Only set IPV6_USE_MIN_MTU on IPv6. [GL #553]
|
||||||
|
|
||||||
5064. [test] Initalize TZ environment variable before calling
|
5064. [test] Initalize TZ environment variable before calling
|
||||||
|
@@ -1590,7 +1590,7 @@ cfg_doc_kv_tuple(cfg_printer_t *pctx, const cfg_type_t *type) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static keyword_type_t zone_kw = {"zone", &cfg_type_qstring};
|
static keyword_type_t zone_kw = {"zone", &cfg_type_astring};
|
||||||
static cfg_type_t cfg_type_rpz_zone = {
|
static cfg_type_t cfg_type_rpz_zone = {
|
||||||
"zone", parse_keyvalue, print_keyvalue,
|
"zone", parse_keyvalue, print_keyvalue,
|
||||||
doc_keyvalue, &cfg_rep_string,
|
doc_keyvalue, &cfg_rep_string,
|
||||||
|
Reference in New Issue
Block a user