-
Here is a patch which allows to assing different SNMP id for each vlan interface.
It does this by adding optional extra parameter to netflow ifclass configuration directive specifying how much ids to allocate to every phisical interface.
Patch is fully backwards compatible. Tested on debian linux with 2.6.26 kernel.
Changes to cfgy.* files are not include as these are generated files.
2009-10-24 09:41:41 UTC by monas
-
Hello.
I'm using ipcad-3.7.3 @ x86_64 in OVZ container. There are 2 network interfaces:
tun0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:10.8.0.1 P-t-P:10.8.0.2 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:228766 errors:0 dropped:0 overruns:0 frame:0.
2009-09-24 10:32:04 UTC by dianayago
-
<p>Hello.</p>
<p>I'm using ipcad-3.7.3 @ x86_64 in OVZ container. There are 2 network interfaces:<br>
<pre>
tun0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:10.8.0.1 P-t-P:10.8.0.2 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:228766...
2009-09-24 10:23:29 UTC by dianayago
-
BPF and libpcap on FreeBSD 7 and OpenBSD allow to capture packets in a specific direction on the interface (BIOCSDIRECTION on FreeBSD, BIOCSDIRFILT on OpenBSD, pcap_setdirection in libcap).
This patch enhances "input-only" support and adds "output-only" option to the interface command.
configure script and configuration file parser need to be regenerated after applying this patch...
2009-07-27 15:27:21 UTC by kent_turbo
-
$ make
gcc -DIPCAD_VERSION=\"3.7.3\" -DCONFIG_FILE=\"/usr/local/etc/ipcad.conf\" -DHAVE_CONFIG_H -D_REENTRANT -D_THREAD_SAFE -DPSRC_pcap -DIFST_linux -g -O2 -I/usr/local/include -DHAVE_CONFIG_H -W -Wall -o main.o -c main.c
In file included from ipcad.h:33,
from main.c:29:
psrc.h:33:2: error: invalid preprocessing directive #inclide
In file included from ipcad.h:33,
2009-06-07 08:19:40 UTC by nobody