added minimal-responses option

This commit is contained in:
Andreas Gustafsson 2001-03-14 22:14:38 +00:00
parent d911284333
commit fca63ccd84

View file

@ -1,7 +1,7 @@
Copyright (C) 2000, 2001 Internet Software Consortium.
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
$Id: options,v 1.62 2001/03/07 23:37:15 gson Exp $
$Id: options,v 1.63 2001/03/14 22:14:38 gson Exp $
This is a summary of the implementation status of the various named.conf
options in BIND 9.
@ -121,6 +121,7 @@ options {
[ additional-from-auth yes_or_no; ] Yes*
[ additional-from-cache yes_or_no; ] Yes*
[ random-device path_name; ] Yes*
[ minimal-responses yes_or_no; ] Yes*
};
acl Yes@
@ -284,4 +285,5 @@ view "view_name" [ ( in | hs | hesiod | chaos ) ] { Yes*
[ max-refresh-time number ; ] Yes*
[ min-retry-time number ; ] Yes*
[ max-retry-time number ; ] Yes*
[ minimal-responses yes_or_no; ] Yes*
};