2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

4108. [func] A additional nxdomain redirect (nxdomain-redirect)

method is now supported. [RT #37989]
This commit is contained in:
Mark Andrews
2015-04-23 16:57:15 +10:00
parent 37873c28de
commit c82b378115
21 changed files with 837 additions and 45 deletions

View File

@@ -230,6 +230,8 @@ dns_view_create(isc_mem_t *mctx, dns_rdataclass_t rdclass,
dns_fixedname_init(&view->dlv_fixed);
view->managed_keys = NULL;
view->redirect = NULL;
view->redirectzone = NULL;
dns_fixedname_init(&view->redirectfixed);
view->requestnsid = ISC_FALSE;
view->requestsit = ISC_TRUE;
view->new_zone_file = NULL;