mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
673. [func] The server can now convert RFC1886-style recursive
lookup requests into RFC2874-style lookups, when enabled using the new option "allow-v6-synthesis".
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: server.c,v 1.276 2000/12/15 21:11:38 gson Exp $ */
|
||||
/* $Id: server.c,v 1.277 2001/01/09 18:25:48 gson Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
@@ -647,6 +647,11 @@ configure_view(dns_view_t *view, dns_c_ctx_t *cctx, dns_c_view_t *cview,
|
||||
dns_c_ctx_getallowrecursion,
|
||||
&view->recursionacl));
|
||||
|
||||
CHECK(configure_view_acl(cview, cctx, actx, ns_g_mctx,
|
||||
dns_c_view_getv6synthesisacl,
|
||||
dns_c_ctx_getallowv6synthesis,
|
||||
&view->v6synthesisacl));
|
||||
|
||||
CHECK(configure_view_acl(cview, cctx, actx, ns_g_mctx,
|
||||
dns_c_view_getsortlist,
|
||||
dns_c_ctx_getsortlist,
|
||||
|
Reference in New Issue
Block a user