On Thu, 5 Jan 2006, Raphael wrote:
> * My first try was to run one instance of arpwatch per configured
> virtual vlan interface. This worked fine for up to 10 sessions, but not
> more (maybe the amount of concurrent libpcap sessions is limited?).
> Q: Is this a configurable parameter?

>From man bpf(4):
     A separate device file is required for each minor device.  If a file is
     in use, the open will fail and errno will be set to EBUSY.  The number of
     open files can be increased by creating additional device nodes with the
     MAKEDEV(8) script.

So:
cd /dev && ./MAKEDEV bpf10

etc.


--
Cam

Reply via email to