flowd is a NetFlow collector daemon intended to be small, fast and
secure. It features some basic filtering to limit or tag the flows that are recorded and is privilege separated, to limit security exposure from bugs in flowd itself. Flowd is IPv6 capable - supporting flow export via IPv6 transport and NetFlow v.9 IPv6 flow records. It also supports reception of flow datagrams sent to multicast groups, allowing one to build redundant flow gathering systems.
This commit is contained in:
parent
aada117edb
commit
20ea047f09
29
net/flowd/Makefile
Normal file
29
net/flowd/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2005/03/03 07:15:28 jakob Exp $
|
||||
|
||||
COMMENT= "NetFlow collector"
|
||||
|
||||
DISTNAME= flowd-0.8
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.mindrot.org/files/flowd/
|
||||
|
||||
HOMEPAGE= http://www.mindrot.org/flowd.html
|
||||
|
||||
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= c
|
||||
NO_REGRESS= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= --localstatedir=/var
|
||||
|
||||
post-install:
|
||||
$(INSTALL_DATA_DIR) ${PREFIX}/share/examples/flowd
|
||||
$(INSTALL_DATA) ${WRKSRC}/flowd.conf ${PREFIX}/share/examples/flowd
|
||||
|
||||
.include <bsd.port.mk>
|
4
net/flowd/distinfo
Normal file
4
net/flowd/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (flowd-0.8.tar.gz) = bbd8b245cc3482a92de67c804cd30646
|
||||
RMD160 (flowd-0.8.tar.gz) = 049c8b22128d1f7771cc50abc6da7811e7c59af7
|
||||
SHA1 (flowd-0.8.tar.gz) = 4d1720a108af1b0d03500a98625591456dbaf217
|
||||
SIZE (flowd-0.8.tar.gz) = 154305
|
7
net/flowd/pkg/DESCR
Normal file
7
net/flowd/pkg/DESCR
Normal file
@ -0,0 +1,7 @@
|
||||
flowd is a NetFlow collector daemon intended to be small, fast and
|
||||
secure. It features some basic filtering to limit or tag the flows that
|
||||
are recorded and is privilege separated, to limit security exposure from
|
||||
bugs in flowd itself. Flowd is IPv6 capable - supporting flow export via
|
||||
IPv6 transport and NetFlow v.9 IPv6 flow records. It also supports
|
||||
reception of flow datagrams sent to multicast groups, allowing one to
|
||||
build redundant flow gathering systems.
|
16
net/flowd/pkg/PLIST
Normal file
16
net/flowd/pkg/PLIST
Normal file
@ -0,0 +1,16 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/03/03 07:15:28 jakob Exp $
|
||||
@newgroup _flowd:542
|
||||
@newuser _flowd:542:542:daemon:flowd user:/nonexistent:/sbin/nologin
|
||||
bin/flowd-reader
|
||||
include/flowd/
|
||||
include/flowd/addr.h
|
||||
include/flowd/crc32.h
|
||||
include/flowd/store.h
|
||||
lib/libflowd.a
|
||||
@man man/man5/flowd.conf.5
|
||||
@man man/man8/flowd-reader.8
|
||||
@man man/man8/flowd.8
|
||||
sbin/flowd
|
||||
share/examples/flowd/
|
||||
share/examples/flowd/flowd.conf
|
||||
@sample /etc/flowd.conf
|
Loading…
Reference in New Issue
Block a user