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
ce0d8b1c
Commit
ce0d8b1c
authored
Dec 08, 2015
by
Curtis Blackburn
Browse files
[rt40104] changed one occurrence of +noednsneg to +noednsnegotiation
parent
4d1ea233
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/tests/system/ednscompliance/tests.sh
View file @
ce0d8b1c
...
...
@@ -48,7 +48,7 @@ status=`expr $status + $ret`
n
=
`
expr
$n
+ 1
`
echo
"I:Unknown EDNS version (
$n
)"
ret
=
0
reason
=
$DIG
-p
5300 @10.53.0.1 +norec +edns
=
100 +noednsneg soa
$zone
>
dig.out
$n
$DIG
-p
5300 @10.53.0.1 +norec +edns
=
100 +noednsneg
otiation
soa
$zone
>
dig.out
$n
grep
"status: BADVERS,"
dig.out
$n
>
/dev/null
||
{
ret
=
1
;
reason
=
"status"
;
}
grep
"EDNS: version: 0,"
dig.out
$n
>
/dev/null
||
{
ret
=
1
;
reason
=
"version"
;
}
grep
"IN.SOA."
dig.out
$n
>
/dev/null
&&
{
ret
=
1
;
reaons
=
"soa"
;
}
...
...
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