From d2148c21700b9739ef125a49897288ad2636f706 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Wed, 16 Aug 2000 17:56:32 +0000 Subject: [PATCH] sig-validity-interval and update-policy were missing --- doc/misc/options | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/misc/options b/doc/misc/options index fc4080fe2f..6724a2524e 100644 --- a/doc/misc/options +++ b/doc/misc/options @@ -1,7 +1,7 @@ Copyright (C) 2000 Internet Software Consortium. -See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. +See COPYRIGHT in the source root or http://www.isc.org/copyright for terms. -$Id: options,v 1.33 2000/08/09 04:37:42 tale Exp $ +$Id: options,v 1.34 2000/08/16 17:56:32 gson Exp $ This is a summary of the implementation status of the various named.conf options in BIND 9. @@ -101,6 +101,7 @@ options { [ tkey-domain ... ] Yes* [ tkey-dhkey ... ] Yes* [ port number; ] Yes* + [ sig-validity-interval number; ] Yes* }; acl Yes@ @@ -135,6 +136,7 @@ zone "domain_name" [ ( in | hs | hesiod | chaos ) ] { [ forwarders { [ ip_addr ; [ ip_addr ; ... ] ] }; ] No [ check-names ( warn | fail | ignore ); ] No [ allow-update { address_match_list }; ] Yes@ + [ update-policy ... ] Yes* [ allow-query { address_match_list }; ] Yes@ [ allow-transfer { address_match_list }; ] Yes@ [ dialup yes_or_no; ] No @@ -144,6 +146,7 @@ zone "domain_name" [ ( in | hs | hesiod | chaos ) ] { [ also-notify { ip_addr; [ ip_addr; ... ] }; Yes [ ixfr-base path_name; ] Obsolete [ pubkey number number number string; ] No + [ sig-validity-interval number; ] Yes* }; zone "domain_name" [ ( in | hs | hesiod | chaos ) ] { @@ -220,4 +223,5 @@ view "view_name" [ ( in | hs | hesiod | chaos ) ] { Yes* [ key ... ] Yes [ server ... ] Yes [ trusted-keys ... ] Yes + [ sig-validity-interval number; ] Yes* };