Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
70270e02
Commit
70270e02
authored
Nov 28, 2000
by
Mark Andrews
Browse files
Remove max-cache-ttl and max-ncache-ttl unimplemented warnings.
Warn max-cache-size is not implemented.
parent
1e9a8d3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/config/confview.c
View file @
70270e02
...
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: confview.c,v 1.5
7
2000/11/2
5
0
2:43:50
marka Exp $ */
/* $Id: confview.c,v 1.5
8
2000/11/2
8
0
4:01:21
marka Exp $ */
#include
<config.h>
...
...
@@ -399,23 +399,16 @@ dns_c_viewtable_checkviews(dns_c_viewtable_t *viewtable) {
"view 'rfc2308-type1' is not yet "
"implemented"
);
if
(
dns_c_view_getmax
n
cache
ttl
(
elem
,
&
buival
)
!=
ISC_R_NOTFOUND
)
if
(
dns_c_view_getmaxcache
size
(
elem
,
&
buival
)
!=
ISC_R_NOTFOUND
)
isc_log_write
(
dns_lctx
,
DNS_LOGCATEGORY_CONFIG
,
DNS_LOGMODULE_CONFIG
,
ISC_LOG_WARNING
,
"view 'max-ncache-ttl' is not yet "
"implemented"
);
if
(
dns_c_view_getmaxcachettl
(
elem
,
&
buival
)
!=
ISC_R_NOTFOUND
)
isc_log_write
(
dns_lctx
,
DNS_LOGCATEGORY_CONFIG
,
DNS_LOGMODULE_CONFIG
,
ISC_LOG_WARNING
,
"view 'max-cache-ttl' is not yet "
"view 'max-cache-size' is not yet "
"implemented"
);
if
(
dns_c_view_getminroots
(
elem
,
&
buival
)
!=
ISC_R_NOTFOUND
)
isc_log_write
(
dns_lctx
,
DNS_LOGCATEGORY_CONFIG
,
DNS_LOGMODULE_CONFIG
,
ISC_LOG_WARNING
,
"view 'min-roots' is not yet "
"implemented"
);
"view 'min-roots' is obsolete"
);
if
(
dns_c_view_getordering
(
elem
,
&
boval
)
!=
ISC_R_NOTFOUND
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment