Skip to content
GitLab
Menu
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
f45f6541
Commit
f45f6541
authored
Aug 07, 2013
by
Mark Andrews
Browse files
3625. [bug] Don't send notify messages to machines outside of the
test setup.
parent
673a2bb0
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
f45f6541
3625. [bug] Don't send notify messages to machines outside of the
test setup.
3624. [bug] Look for 'json_object_new_int64' when looking for a
the json library. [RT #34449]
...
...
bin/tests/system/rrsetorder/ns1/named.conf
View file @
f45f6541
...
...
@@ -27,7 +27,7 @@ options {
listen
-
on
{
10
.
53
.
0
.
1
; };
listen
-
on
-
v6
{
none
; };
recursion
no
;
notify
yes
;
notify
no
;
rrset
-
order
{
name
"fixed.example"
order
fixed
;
name
"random.example"
order
random
;
...
...
@@ -40,4 +40,6 @@ options {
zone
"."
{
type
master
;
file
"root.db"
;
notify
explicit
;
also
-
notify
{
10
.
53
.
0
.
2
; };
};
Write
Preview
Supports
Markdown
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