[Bro] Error in hot.bro

Vern Paxson vern at icir.org
Thu Oct 27 23:10:35 PDT 2005


> I've been trying to get this worked out but no luck yet. Any suggestions?
> 
> bash-3.00# /usr/local/bro/bin/bro -i sis0 mt
> policy/hot.bro, line 78: error: unknown identifier is_local_addr, at or nea=
> r
> "is_local_addr"

Where is site.bro being loaded from via $BROPATH?  That's the module that
defines is_local_addr, and it's loaded by policy/hot.bro, so if you're
getting this message it appears you're not loading the usual one from
policy/site.bro.  If you don't see a different site.bro that's being loaded,
then does ls -lut indicate that policy/site.bro is being loaded when you
run Bro?

		Vern



More information about the Bro mailing list