DNSSEC bis merge from HEAD:
1581. [func] Disable DNSSEC support by default. To enable
DNSSEC specify "enable-dnssec yes;" in named.conf.
1565. [bug] CD flag should be copied to outgoing queries unless
the query is under a secure entry point in which case
CD should be set.
1558. [func] New DNSSEC 'disable-algorithms'. Support entry into
child zones for which we don't have a supported
algorithm. Such child zones are treated as unsigned.
1557. [func] Implement missing DNSSEC tests for
* NOQNAME proof with wildcard answers.
* NOWILDARD proof with NXDOMAIN.
Cache and return NOQNAME with wildcard answers.
1541. [func] NSEC now uses new bitmap format.
1519. [bug] dnssec-signzone:nsec_setbit() computed the wrong
length of the new bitmap.
1516. [func] Roll the DNSSEC types to RRSIG, NSEC and DNSKEY.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
# PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: ifconfig.sh,v 1.35.2.8.2.2 2004/03/06 10:21:47 marka Exp $
|
||||
# $Id: ifconfig.sh,v 1.35.2.8.2.3 2004/03/08 02:07:44 marka Exp $
|
||||
|
||||
#
|
||||
# Set up interface aliases for bind9 system tests.
|
||||
@@ -57,7 +57,7 @@ esac
|
||||
case "$1" in
|
||||
|
||||
start|up)
|
||||
for ns in 1 2 3 4 5
|
||||
for ns in 1 2 3 4 5 6
|
||||
do
|
||||
if test -n "$base"
|
||||
then
|
||||
@@ -117,7 +117,7 @@ case "$1" in
|
||||
;;
|
||||
|
||||
stop|down)
|
||||
for ns in 5 4 3 2 1
|
||||
for ns in 6 5 4 3 2 1
|
||||
do
|
||||
if test -n "$base"
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user