mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
Merge branch 'netcontrol-acld-verbs' of https://github.com/LBL-gov/zeek
* 'netcontrol-acld-verbs' of https://github.com/LBL-gov/zeek: Added new acld verbs of filter and nofilter.
This commit is contained in:
commit
640e9c50e6
1 changed files with 2 additions and 1 deletions
|
@ -83,7 +83,8 @@ const acld_add_to_remove: table[string] of string = {
|
||||||
["dropudpdsthostport"] ="restoreudpdsthostport",
|
["dropudpdsthostport"] ="restoreudpdsthostport",
|
||||||
["permittcpdsthostport"] ="unpermittcpdsthostport",
|
["permittcpdsthostport"] ="unpermittcpdsthostport",
|
||||||
["permitudpdsthostport"] ="unpermitudpdsthostport",
|
["permitudpdsthostport"] ="unpermitudpdsthostport",
|
||||||
["nullzero"] ="nonullzero"
|
["nullzero"] ="nonullzero",
|
||||||
|
["filter"]="nofilter",
|
||||||
};
|
};
|
||||||
|
|
||||||
event NetControl::acld_rule_added(id: count, r: Rule, msg: string)
|
event NetControl::acld_rule_added(id: count, r: Rule, msg: string)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue