Problem: Bro listening on two ethernet interfaces

Hi

I'm quite happy with Bro. Thanks to the developers!

Nevertheless, i remarked another problem today when i tried to make Bro listening on two interfaces.

What i did:
bro -i eth0 -i eth3 test

*** test.bro ********************************************
event connection_attempt(c: connection)
{ print "connection_attempt"; }

event connection_rejected(c: connection)
{ print "connection_rejected"; }