mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
15 lines
253 B
Text
15 lines
253 B
Text
@load ./types
|
|
@load ./main
|
|
@load ./plugins
|
|
@load ./drop
|
|
@load ./shunt
|
|
@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
|