I'm trying to get Snort/DAQ working with Netmap support using FreeBSD 10.1 RELEASE (AMD64). DAQ compiles successfully and includes the netmap module which indicates to me that netmap libraries are already included in the OS as I expected.
However, while Snort runs fine with libpcap 1.7.3, when I try to use netmap I get this:
Sure enough, there is no /dev/netmap. Is there something I need to enable in rc.conf or otherwise to get /dev/netmap to appear? Or is there a different issue?
However, while Snort runs fine with libpcap 1.7.3, when I try to use netmap I get this:
Code:
ERROR: Can't initialize DAQ netmap (-1) - create_instance: Could not open /dev/netmap: No such file or directory (2)
Fatal Error, Quitting..
Sure enough, there is no /dev/netmap. Is there something I need to enable in rc.conf or otherwise to get /dev/netmap to appear? Or is there a different issue?