From 78e69a0bc8cba434ed7c5e7869657f816eb26d24 Mon Sep 17 00:00:00 2001 From: Seth Hall Date: Tue, 9 Aug 2011 11:15:49 -0400 Subject: [PATCH] Cluster nodes aren't in fact inherently controllable. - This @load needs to move to broctl. --- scripts/base/frameworks/cluster/__load__.bro | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/base/frameworks/cluster/__load__.bro b/scripts/base/frameworks/cluster/__load__.bro index c2ff70144c..76eb2b820e 100644 --- a/scripts/base/frameworks/cluster/__load__.bro +++ b/scripts/base/frameworks/cluster/__load__.bro @@ -9,10 +9,6 @@ redef peer_description = Cluster::node; # Add a cluster prefix. @prefixes += cluster -# Make this a controllable node since all cluster nodes are inherently -# controllable. -@load frameworks/control/controllee - ## If this script isn't found anywhere, the cluster bombs out. ## Loading the cluster framework requires that a script by this name exists ## somewhere in the BROPATH. The only thing in the file should be the