mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
small acld plugin fix
This commit is contained in:
parent
eb0692106a
commit
5e2ec25a38
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ const acld_add_to_remove: table[string] of string = {
|
|||
["dropudpdsthostport"] ="restoreudpdsthostport",
|
||||
["permittcpdsthostport"] ="unpermittcpdsthostport",
|
||||
["permitudpdsthostport"] ="unpermitudpdsthostport",
|
||||
["nullzero "] ="nonullzero"
|
||||
["nullzero"] ="nonullzero"
|
||||
};
|
||||
|
||||
event NetControl::acld_rule_added(id: count, r: Rule, msg: string)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue