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:
Aashish Sharma 2020-08-12 09:24:28 -07:00
parent f1ed66d52c
commit 2496088983

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)