mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 19:18:19 +00:00
Merge remote-tracking branch 'origin/topic/vern/dyn-sig-actions'
* origin/topic/vern/dyn-sig-actions: allow signature actions to be dynamically updated
This commit is contained in:
commit
819b79e121
3 changed files with 7 additions and 3 deletions
|
@ -101,8 +101,8 @@ export {
|
|||
host_count: count &log &optional;
|
||||
};
|
||||
|
||||
## Actions for a signature.
|
||||
const actions: table[string] of Action = {
|
||||
## Actions for a signature. Can be updated dynamically.
|
||||
global actions: table[string] of Action = {
|
||||
["unspecified"] = SIG_IGNORE, # place-holder
|
||||
} &redef &default = SIG_ALARM;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue