GH-379: move catch-and-release and unified2 scripts to policy/

These are no longer loaded by default due to the performance impact they
cause simply by being loaded (they have event handlers for commonly
generated events) and they aren't generally useful enough to justify it.
This commit is contained in:
Jon Siwek 2019-06-05 13:29:57 -07:00
parent 80fe3d5583
commit b5050437fa
52 changed files with 292 additions and 353 deletions

View file

@ -1,11 +1,11 @@
##! Acld plugin for the netcontrol framework.
module NetControl;
@load ../main
@load ../plugin
@load base/frameworks/broker
module NetControl;
export {
type AclRule : record {
command: string;