[Bro-Dev] #597: net_init and bro_init

Bro Tracker bro at tracker.bro-ids.org
Wed Sep 7 08:57:32 PDT 2011


#597: net_init and bro_init
---------------------+--------------------
 Reporter:  seth     |      Owner:
     Type:  Problem  |     Status:  new
 Priority:  Normal   |  Milestone:  Bro1.6
Component:  Bro      |    Version:
 Keywords:           |
---------------------+--------------------
 In main.cc, the net_init function is called before the bro_init handlers
 are called.  Could we either move the bro_init handlers call up or the
 net_init function call down?  This would give us the ability to set
 environment variables in bro_init handlers before net_init is called and
 generally can make things more flexible at the scripting layer.

 I'm currently testing on live traffic with moving the net_init function
 call down to after the bro_init handlers are done.

-- 
Ticket URL: <http://tracker.bro-ids.org/bro/ticket/597>
Bro Tracker <http://tracker.bro-ids.org/bro>
Bro Issue Tracker



More information about the bro-dev mailing list