mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-10 10:11:39 -04:00
parent
58d622d96d
commit
ed7097fc00
2 changed files with 5 additions and 2 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,3 +1,6 @@
|
|||
4463. [bug] The dnstap system test failed on some systems.
|
||||
[RT #43129]
|
||||
|
||||
4462. [bug] Don't describe a returned EDNS COOKIE as "good"
|
||||
when there isn't a valid server cookie. [RT #43167]
|
||||
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ mv ns2/dnstap.out ns2/dnstap.out.save
|
|||
|
||||
if [ -n "$FSTRM_CAPTURE" ] ; then
|
||||
$FSTRM_CAPTURE -t protobuf:dnstap.Dnstap -u ns4/dnstap.out \
|
||||
-w dnstap.out >& fstrm_capture.out &
|
||||
-w dnstap.out > fstrm_capture.out 2>&1 &
|
||||
fstrm_capture_pid=$!
|
||||
fi
|
||||
|
||||
|
|
@ -424,7 +424,7 @@ if [ -n "$FSTRM_CAPTURE" ] ; then
|
|||
}
|
||||
mv dnstap.out dnstap.out.save
|
||||
$FSTRM_CAPTURE -t protobuf:dnstap.Dnstap -u ns4/dnstap.out \
|
||||
-w dnstap.out >& fstrm_capture.out &
|
||||
-w dnstap.out > fstrm_capture.out 2>&1 &
|
||||
fstrm_capture_pid=$!
|
||||
$RNDCCMD -s 10.53.0.4 dnstap -reopen | sed 's/^/I:ns4 /'
|
||||
$DIG +short @10.53.0.4 -p 5300 a.example > dig.out
|
||||
|
|
|
|||
Loading…
Reference in a new issue