I'm trying to setup Bro Version: 0.9a9 to update a router ACL.
According to the manual I just need to do the following:
@load drop
redef can_drop_connectivity = T;
redef drop_connectivity_script = "<script>"
However, when I start bro I get error: can't open drop.
What am I doing wrong?
jw