Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
591
Issues
591
List
Boards
Labels
Service Desk
Milestones
Merge Requests
113
Merge Requests
113
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
8227257b
Commit
8227257b
authored
Jan 10, 2001
by
Andreas Gustafsson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added IPv6 synthesis tests
parent
4ceb8b24
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
346 additions
and
0 deletions
+346
-0
bin/tests/system/v6synth/clean.sh
bin/tests/system/v6synth/clean.sh
+20
-0
bin/tests/system/v6synth/ns1/.cvsignore
bin/tests/system/v6synth/ns1/.cvsignore
+1
-0
bin/tests/system/v6synth/ns1/named.conf
bin/tests/system/v6synth/ns1/named.conf
+35
-0
bin/tests/system/v6synth/ns1/root.db
bin/tests/system/v6synth/ns1/root.db
+33
-0
bin/tests/system/v6synth/ns2/.cvsignore
bin/tests/system/v6synth/ns2/.cvsignore
+1
-0
bin/tests/system/v6synth/ns2/example.db
bin/tests/system/v6synth/ns2/example.db
+38
-0
bin/tests/system/v6synth/ns2/ip6.arpa.db
bin/tests/system/v6synth/ns2/ip6.arpa.db
+28
-0
bin/tests/system/v6synth/ns2/ip6.int.db
bin/tests/system/v6synth/ns2/ip6.int.db
+24
-0
bin/tests/system/v6synth/ns2/named.conf
bin/tests/system/v6synth/ns2/named.conf
+46
-0
bin/tests/system/v6synth/ns3/.cvsignore
bin/tests/system/v6synth/ns3/.cvsignore
+1
-0
bin/tests/system/v6synth/ns3/named.conf
bin/tests/system/v6synth/ns3/named.conf
+36
-0
bin/tests/system/v6synth/tests.sh
bin/tests/system/v6synth/tests.sh
+71
-0
util/copyrights
util/copyrights
+12
-0
No files found.
bin/tests/system/v6synth/clean.sh
0 → 100644
View file @
8227257b
#!/bin/sh
#
# Copyright (C) 2001 Internet Software Consortium.
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies.
#
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: clean.sh,v 1.1 2001/01/10 01:18:27 gson Exp $
rm
-f
*
.out
bin/tests/system/v6synth/ns1/.cvsignore
0 → 100644
View file @
8227257b
named.run
bin/tests/system/v6synth/ns1/named.conf
0 → 100644
View file @
8227257b
/*
*
Copyright
(
C
)
2001
Internet
Software
Consortium
.
*
*
Permission
to
use
,
copy
,
modify
,
and
distribute
this
software
for
any
*
purpose
with
or
without
fee
is
hereby
granted
,
provided
that
the
above
*
copyright
notice
and
this
permission
notice
appear
in
all
copies
.
*
*
THE
SOFTWARE
IS
PROVIDED
"AS IS"
AND
INTERNET
SOFTWARE
CONSORTIUM
*
DISCLAIMS
ALL
WARRANTIES
WITH
REGARD
TO
THIS
SOFTWARE
INCLUDING
ALL
*
IMPLIED
WARRANTIES
OF
MERCHANTABILITY
AND
FITNESS
.
IN
NO
EVENT
SHALL
*
INTERNET
SOFTWARE
CONSORTIUM
BE
LIABLE
FOR
ANY
SPECIAL
,
DIRECT
,
*
INDIRECT
,
OR
CONSEQUENTIAL
DAMAGES
OR
ANY
DAMAGES
WHATSOEVER
RESULTING
*
FROM
LOSS
OF
USE
,
DATA
OR
PROFITS
,
WHETHER
IN
AN
ACTION
OF
CONTRACT
,
*
NEGLIGENCE
OR
OTHER
TORTIOUS
ACTION
,
ARISING
OUT
OF
OR
IN
CONNECTION
*
WITH
THE
USE
OR
PERFORMANCE
OF
THIS
SOFTWARE
.
*/
/* $
Id
:
named
.
conf
,
v
1
.
1
2001
/
01
/
10
01
:
18
:
28
gson
Exp
$ */
options
{
query
-
source
address
10
.
53
.
0
.
1
;
notify
-
source
10
.
53
.
0
.
1
;
transfer
-
source
10
.
53
.
0
.
1
;
port
5300
;
pid
-
file
"named.pid"
;
listen
-
on
{
10
.
53
.
0
.
1
; };
listen
-
on
-
v6
{
none
; };
recursion
no
;
notify
yes
;
};
zone
"."
{
type
master
;
file
"root.db"
;
};
bin/tests/system/v6synth/ns1/root.db
0 → 100644
View file @
8227257b
; Copyright (C) 2001 Internet Software Consortium.
;
; Permission to use, copy, modify, and distribute this software for any
; purpose with or without fee is hereby granted, provided that the above
; copyright notice and this permission notice appear in all copies.
;
; THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
; DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
; INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
; FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
; $Id: root.db,v 1.1 2001/01/10 01:18:28 gson Exp $
$TTL 300
. IN SOA gson.nominum.com. a.root.servers.nil. (
2000042100 ; serial
600 ; refresh
600 ; retry
1200 ; expire
600 ; minimum
)
. NS a.root-servers.nil.
a.root-servers.nil. A 10.53.0.1
example. NS ns2.example.
ns2.example. A 10.53.0.2
ip6.int. NS ns2.example.
ip6.arpa. NS ns2.example.
bin/tests/system/v6synth/ns2/.cvsignore
0 → 100644
View file @
8227257b
named.run
bin/tests/system/v6synth/ns2/example.db
0 → 100644
View file @
8227257b
; Copyright (C) 2001 Internet Software Consortium.
;
; Permission to use, copy, modify, and distribute this software for any
; purpose with or without fee is hereby granted, provided that the above
; copyright notice and this permission notice appear in all copies.
;
; THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
; DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
; INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
; FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
; $Id: example.db,v 1.1 2001/01/10 01:18:28 gson Exp $
$TTL 86400
@ IN SOA ns2 hostmaster (
2001010604 3600 1800 1814400 3600 )
NS ns2.example.
ns2.example. A 10.53.0.2
a A 10.0.0.1
aaaa AAAA 12:34:56::ff
a6 A6 0 12:34:56::ff
chain A6 64 0::ff:ff prefix
prefix A6 0 12:34:56::0
alias CNAME chain
alias2 CNAME alias
dname DNAME foo
loop CNAME loop
loop2 CNAME loop3
loop3 CNAME loop2
aaaa.foo AAAA 12:34:56::ff
bin/tests/system/v6synth/ns2/ip6.arpa.db
0 → 100644
View file @
8227257b
; Copyright (C) 2001 Internet Software Consortium.
;
; Permission to use, copy, modify, and distribute this software for any
; purpose with or without fee is hereby granted, provided that the above
; copyright notice and this permission notice appear in all copies.
;
; THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
; DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
; INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
; FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
; $Id: ip6.arpa.db,v 1.1 2001/01/10 01:18:28 gson Exp $
$TTL 86400
@ IN SOA ns2 hostmaster (
2001010604 3600 1800 1814400 3600 )
NS ns2.example.
ns2.example. A 10.53.0.2
\[x123456000000000000000000000001ff] PTR foo.
bin/tests/system/v6synth/ns2/ip6.int.db
0 → 100644
View file @
8227257b
; Copyright (C) 2001 Internet Software Consortium.
;
; Permission to use, copy, modify, and distribute this software for any
; purpose with or without fee is hereby granted, provided that the above
; copyright notice and this permission notice appear in all copies.
;
; THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
; DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
; INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
; FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
; $Id: ip6.int.db,v 1.1 2001/01/10 01:18:28 gson Exp $
$TTL 86400
@ IN SOA ns2 hostmaster (
2001010604 3600 1800 1814400 3600 )
NS ns2.example.
ns2.example. A 10.53.0.2
f.f.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.6.5.4.3.2.1 PTR bar.
bin/tests/system/v6synth/ns2/named.conf
0 → 100644
View file @
8227257b
/*
*
Copyright
(
C
)
2001
Internet
Software
Consortium
.
*
*
Permission
to
use
,
copy
,
modify
,
and
distribute
this
software
for
any
*
purpose
with
or
without
fee
is
hereby
granted
,
provided
that
the
above
*
copyright
notice
and
this
permission
notice
appear
in
all
copies
.
*
*
THE
SOFTWARE
IS
PROVIDED
"AS IS"
AND
INTERNET
SOFTWARE
CONSORTIUM
*
DISCLAIMS
ALL
WARRANTIES
WITH
REGARD
TO
THIS
SOFTWARE
INCLUDING
ALL
*
IMPLIED
WARRANTIES
OF
MERCHANTABILITY
AND
FITNESS
.
IN
NO
EVENT
SHALL
*
INTERNET
SOFTWARE
CONSORTIUM
BE
LIABLE
FOR
ANY
SPECIAL
,
DIRECT
,
*
INDIRECT
,
OR
CONSEQUENTIAL
DAMAGES
OR
ANY
DAMAGES
WHATSOEVER
RESULTING
*
FROM
LOSS
OF
USE
,
DATA
OR
PROFITS
,
WHETHER
IN
AN
ACTION
OF
CONTRACT
,
*
NEGLIGENCE
OR
OTHER
TORTIOUS
ACTION
,
ARISING
OUT
OF
OR
IN
CONNECTION
*
WITH
THE
USE
OR
PERFORMANCE
OF
THIS
SOFTWARE
.
*/
/* $
Id
:
named
.
conf
,
v
1
.
1
2001
/
01
/
10
01
:
18
:
28
gson
Exp
$ */
options
{
query
-
source
address
10
.
53
.
0
.
2
;
notify
-
source
10
.
53
.
0
.
2
;
transfer
-
source
10
.
53
.
0
.
2
;
port
5300
;
pid
-
file
"named.pid"
;
listen
-
on
{
10
.
53
.
0
.
2
; };
listen
-
on
-
v6
{
none
; };
recursion
yes
;
notify
yes
;
};
zone
"example"
{
type
master
;
file
"example.db"
;
};
zone
"ip6.int"
{
type
master
;
file
"ip6.int.db"
;
};
zone
"ip6.arpa"
{
type
master
;
file
"ip6.arpa.db"
;
};
bin/tests/system/v6synth/ns3/.cvsignore
0 → 100644
View file @
8227257b
named.run
bin/tests/system/v6synth/ns3/named.conf
0 → 100644
View file @
8227257b
/*
*
Copyright
(
C
)
2001
Internet
Software
Consortium
.
*
*
Permission
to
use
,
copy
,
modify
,
and
distribute
this
software
for
any
*
purpose
with
or
without
fee
is
hereby
granted
,
provided
that
the
above
*
copyright
notice
and
this
permission
notice
appear
in
all
copies
.
*
*
THE
SOFTWARE
IS
PROVIDED
"AS IS"
AND
INTERNET
SOFTWARE
CONSORTIUM
*
DISCLAIMS
ALL
WARRANTIES
WITH
REGARD
TO
THIS
SOFTWARE
INCLUDING
ALL
*
IMPLIED
WARRANTIES
OF
MERCHANTABILITY
AND
FITNESS
.
IN
NO
EVENT
SHALL
*
INTERNET
SOFTWARE
CONSORTIUM
BE
LIABLE
FOR
ANY
SPECIAL
,
DIRECT
,
*
INDIRECT
,
OR
CONSEQUENTIAL
DAMAGES
OR
ANY
DAMAGES
WHATSOEVER
RESULTING
*
FROM
LOSS
OF
USE
,
DATA
OR
PROFITS
,
WHETHER
IN
AN
ACTION
OF
CONTRACT
,
*
NEGLIGENCE
OR
OTHER
TORTIOUS
ACTION
,
ARISING
OUT
OF
OR
IN
CONNECTION
*
WITH
THE
USE
OR
PERFORMANCE
OF
THIS
SOFTWARE
.
*/
/* $
Id
:
named
.
conf
,
v
1
.
1
2001
/
01
/
10
01
:
18
:
29
gson
Exp
$ */
options
{
query
-
source
address
10
.
53
.
0
.
3
;
notify
-
source
10
.
53
.
0
.
3
;
transfer
-
source
10
.
53
.
0
.
3
;
port
5300
;
pid
-
file
"named.pid"
;
listen
-
on
{
10
.
53
.
0
.
3
; };
listen
-
on
-
v6
{
none
; };
recursion
yes
;
notify
yes
;
allow
-
v6
-
synthesis
{
any
; };
};
zone
"."
{
type
hint
;
file
"../../common/root.hint"
;
};
bin/tests/system/v6synth/tests.sh
0 → 100644
View file @
8227257b
#!/bin/sh
#
# Copyright (C) 2001 Internet Software Consortium.
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies.
#
# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: tests.sh,v 1.1 2001/01/10 01:18:27 gson Exp $
SYSTEMTESTTOP
=
..
.
$SYSTEMTESTTOP
/conf.sh
# ns1 = root server
# ns2 = authoritative server
# ns3 = recursive server doing v6 synthesis
status
=
0
DIGOPTS
=
"+tcp +noadd +nosea +nostat +noquest +nocomm +nocmd"
for
name
in
aaaa a6 chain alias2 aaaa.dname loop loop2
do
$DIG
$DIGOPTS
$name
.example. aaaa @10.53.0.3
-p
5300
echo
done
>
dig.out
for
i
in
1 2
do
$DIG
$DIGOPTS
f.f.
$i
.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.6.5.4.3.2.1.ip6.int. PTR @10.53.0.3
-p
5300
echo
done
>>
dig.out
cat
<<
EOF
>good.out
aaaa.example. 0 IN AAAA 12:34:56::ff
a6.example. 0 IN AAAA 12:34:56::ff
chain.example. 0 IN AAAA 12:34:56::ff:ff
alias2.example. 0 IN CNAME alias.example.
alias.example. 0 IN CNAME chain.example.
chain.example. 0 IN AAAA 12:34:56::ff:ff
aaaa.dname.example. 0 IN CNAME aaaa.foo.example.
aaaa.foo.example. 0 IN AAAA 12:34:56::ff
loop.example. 0 IN CNAME loop.example.
loop2.example. 0 IN CNAME loop3.example.
loop3.example. 0 IN CNAME loop2.example.
f.f.1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.6.5.4.3.2.1.ip6.int. 0 IN PTR foo.
f.f.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.6.5.4.3.2.1.ip6.int. 0 IN PTR bar.
EOF
diff good.out dig.out
||
status
=
1
echo
"I:exit status:
$status
"
exit
$status
util/copyrights
View file @
8227257b
...
...
@@ -559,6 +559,18 @@
./bin/tests/system/upforwd/ns3/named.conf CONF-C 2000,2001
./bin/tests/system/upforwd/setup.sh SH 2000,2001
./bin/tests/system/upforwd/tests.sh SH 2000,2001
./bin/tests/system/v6synth/clean.sh SH 2001
./bin/tests/system/v6synth/ns1/.cvsignore X 2001
./bin/tests/system/v6synth/ns1/named.conf CONF-C 2001
./bin/tests/system/v6synth/ns1/root.db ZONE 2001
./bin/tests/system/v6synth/ns2/.cvsignore X 2001
./bin/tests/system/v6synth/ns2/example.db ZONE 2001
./bin/tests/system/v6synth/ns2/ip6.arpa.db ZONE 2001
./bin/tests/system/v6synth/ns2/ip6.int.db ZONE 2001
./bin/tests/system/v6synth/ns2/named.conf CONF-C 2001
./bin/tests/system/v6synth/ns3/.cvsignore X 2001
./bin/tests/system/v6synth/ns3/named.conf CONF-C 2001
./bin/tests/system/v6synth/tests.sh SH 2001
./bin/tests/system/views/.cvsignore X 2000,2001
./bin/tests/system/views/clean.sh SH 2000,2001
./bin/tests/system/views/ns1/.cvsignore X 2000,2001
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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