[Bro-Dev] [JIRA] (BIT-837) broctl load order incorrect

Daniel Thayer (JIRA) jira at bro-tracker.atlassian.net
Tue Mar 17 07:53:00 PDT 2015


     [ https://bro-tracker.atlassian.net/browse/BIT-837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Thayer updated BIT-837:
------------------------------
    Resolution: Fixed
        Status: Closed  (was: Open)

I think this issue has already been addressed by documentation improvements
that explain the load order.

> broctl load order incorrect
> ---------------------------
>
>                 Key: BIT-837
>                 URL: https://bro-tracker.atlassian.net/browse/BIT-837
>             Project: Bro Issue Tracker
>          Issue Type: Problem
>          Components: BroControl
>    Affects Versions: git/master
>            Reporter: Seth Hall
>            Assignee: Daniel Thayer
>             Fix For: 2.4
>
>
> Right now broctl script loading looks like this...
> {noformat}
> -U .status -p broctl -p broctl-live -p local -p manager local.bro broctl base/frameworks/cluster local-manager.bro broctl/auto
> {noformat}
> It needs to load the local.bro script last so that any setting can be changed by settings in local.bro.  I think the load order should look like this...
> {noformat}
> -U .status -p broctl -p broctl-live -p local -p manager broctl base/frameworks/cluster broctl/auto local.bro local-manager.bro
> {noformat}
> It would be interesting to find out if the "base/frameworks/cluster" load needs to be in there too.  It may make more sense to just load that in the broctl module that is loaded first if the cluster is enabled.



--
This message was sent by Atlassian JIRA
(v6.4-OD-15-055#64014)


More information about the bro-dev mailing list