[Bro-Dev] [Bro-Commits] [git/bro] topic/jsiwek/ipv6-ext-headers: Fix ipv6_ext_headers event and add routing0_data_to_addrs BIF. (5312a90)

Siwek, Jonathan Luke jsiwek at illinois.edu
Fri Mar 30 09:43:59 PDT 2012


> I merged from master in a branch I'm working on and the following line is causing trouble…
> 
> In file included from /Users/seth/bro/bro.merging/src/Func.cc:531:
> bro.bif: In function ‘Val* BifFunc::bro_routing0_data_to_addrs(Frame*, val_list*)’:
> bro.bif:2073: error: ‘IPv6’ is not a member of ‘IPAddr’

That's correct for master, but I think I saw Robin may have moved that IP Family enum declaration into the global namespace in one branch (maybe log-threads).  In your branch, you can probably try just removing the IPAddr:: scoping.

+Jon


More information about the bro-dev mailing list