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:
Johanna Amann 2020-08-12 19:42:43 +00:00
commit 640e9c50e6

View file

@ -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)