[Bro] Netmap plugin issue

Deshmukh, Andy deshmukh at slac.stanford.edu
Fri Feb 10 10:29:47 PST 2017


Yes, the issue was resolved and was able to install the plugin. 
However, we have two 10 gig NICs on the Bro worker node and netmap cannot allocate memory for the second interface. 

[root at sec-bro04 ]# lb -i em1 -B 1024 -p broem1:10 
881.534306 main [637] interface is em1
881.534384 main [658] requested 1024 extra buffers
883.371747 main [772] successfully opened netmap:em1 (tx rings: 512)
883.371818 main [783] obtained 1024 extra buffers

[root at sec-bro04 ]# lb -i em2 -B 1024 -p broem2:10
014.454468 main [637] interface is em2
014.454555 main [658] requested 1024 extra buffers
014.501811 nm_open [920] NIOCREGIF failed: Cannot allocate memory em2
014.501828 main [768] cannot open netmap:em2

-----Original Message-----
From: Seth Hall [mailto:seth at icir.org] 
Sent: Wednesday, February 8, 2017 7:17 PM
To: Deshmukh, Andy <deshmukh at slac.stanford.edu>
Cc: bro at bro.org
Subject: Re: [Bro] Netmap plugin issue


> On Feb 8, 2017, at 5:55 PM, Deshmukh, Andy <deshmukh at slac.stanford.edu> wrote:
> 
> -- Could NOT find Netmap (missing:  NETMAP_INCLUDE_DIR) CMake Error at 
> CMakeLists.txt:20 (message):
>   Netmap headers not found.

Unfortunately in the plugin that comes with 2.5, you need netmap installed on the system you're building on.  We're going to be making changes for the 2.6 release so that nothing is required from netmap at build time and it is just built by default and included in Bro.

If you install netmap, does the problem go away?

  .Seth


--
Seth Hall
International Computer Science Institute
(Bro) because everyone has a network
http://www.bro.org/




More information about the Bro mailing list