mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
Convert some redef-able constants to runtime options
This commit is contained in:
parent
0e6913fba0
commit
dc0904a7f3
20 changed files with 37 additions and 37 deletions
|
@ -142,7 +142,7 @@ export {
|
|||
|
||||
## If true, catch and release warns if packets of an IP address are still seen after it
|
||||
## should have been blocked.
|
||||
const catch_release_warn_blocked_ip_encountered = F &redef;
|
||||
option catch_release_warn_blocked_ip_encountered = F;
|
||||
|
||||
## Time intervals for which subsequent drops of the same IP take
|
||||
## effect.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue