mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Added new acld verbs of filter and nofilter.
These are to support actions taken on corsa and keep them distinct from ACLD drops/restore or BGP nullzero/nonullzero. This does not negatively impacts anything - only adds new verbs for handling zeek-netcontrol actions.
This commit is contained in:
parent
f1ed66d52c
commit
2496088983
1 changed files with 2 additions and 1 deletions
|
@ -83,7 +83,8 @@ const acld_add_to_remove: table[string] of string = {
|
|||
["dropudpdsthostport"] ="restoreudpdsthostport",
|
||||
["permittcpdsthostport"] ="unpermittcpdsthostport",
|
||||
["permitudpdsthostport"] ="unpermitudpdsthostport",
|
||||
["nullzero"] ="nonullzero"
|
||||
["nullzero"] ="nonullzero",
|
||||
["filter"]="nofilter",
|
||||
};
|
||||
|
||||
event NetControl::acld_rule_added(id: count, r: Rule, msg: string)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue