mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
Only load openflow/netcontrol if compiled with broker.
This commit is contained in:
parent
a9cb90b6f5
commit
8650841bf5
3 changed files with 9 additions and 1 deletions
|
@ -37,8 +37,10 @@
|
|||
@load base/frameworks/reporter
|
||||
@load base/frameworks/sumstats
|
||||
@load base/frameworks/tunnels
|
||||
@ifdef ( BrokerComm::enable )
|
||||
@load base/frameworks/openflow
|
||||
@load base/frameworks/netcontrol
|
||||
@endif
|
||||
|
||||
@load base/protocols/conn
|
||||
@load base/protocols/dhcp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue