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
ad668472
Commit
ad668472
authored
Apr 04, 2013
by
Evan Hunt
Browse files
[master] bug in rrl slip
3545. [bug] RRL slip behavior was incorrect when set to 1. [RT #33111]
parent
f9adb48a
Changes
2
Show whitespace changes
Inline
Side-by-side
CHANGES
View file @
ad668472
3545. [bug] RRL slip behavior was incorrect when set to 1.
[RT #33111]
3544. [contrib] check5011.pl: Script to report the status of
managed keys as recorded in managed-keys.bind.
Contributed by Tony Finch <dot@dotat.at>
...
...
lib/dns/rrl.c
View file @
ad668472
...
...
@@ -756,6 +756,8 @@ debit_rrl_entry(dns_rrl_t *rrl, dns_rrl_entry_t *e, double qps, double scale,
}
if
(
slip
!=
0
&&
e
->
key
.
s
.
rtype
!=
DNS_RRL_RTYPE_ALL
)
{
if
(
e
->
slip_cnt
++
==
0
)
{
if
((
int
)
e
->
slip_cnt
>=
slip
)
e
->
slip_cnt
=
0
;
if
(
isc_log_wouldlog
(
dns_lctx
,
DNS_RRL_LOG_DEBUG3
))
debit_log
(
e
,
age
,
"slip"
);
return
(
DNS_RRL_RESULT_SLIP
);
...
...
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