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

@ -10,11 +10,11 @@
##! provides convenience functions for a set of common operations. The
##! low-level API provides full flexibility.
module NetControl;
@load ./plugin
@load ./types
module NetControl;
export {
## The framework's logging stream identifier.
redef enum Log::ID += { LOG };