zeek/scripts/base/frameworks/netcontrol/__load__.bro
2015-07-08 12:34:42 -07:00

13 lines
226 B
Text

@load ./types
@load ./main
@load ./plugins
@load ./catch-and-release
# The cluster framework must be loaded first.
@load base/frameworks/cluster
@if ( Cluster::is_enabled() )
@load ./cluster
@else
@load ./non-cluster
@endif