Date: Wed, 18 Feb 2004 02:10:55 -0800 (PST) From: Kirill Ponomarew <krion@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/ng_netflow Makefile distinfo pkg-descr pkg-message pkg-plist Message-ID: <200402181010.i1IAAth8044253@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
krion 2004/02/18 02:10:55 PST
FreeBSD ports repository
Modified files:
net Makefile
Added files:
net/ng_netflow Makefile distinfo pkg-descr pkg-message
pkg-plist
Log:
Add ng_netflow 0.2.1,
The ng_netflow node implements Cisco's Netflow (c) version 5
protocol on router running FreeBSD. ng_netflow listens for
incoming traffic and identifies unique flows in it. Flows are
distinguished by endpoint IP addresses, TCP/UDP port numbers
and ToS. Expired flows are exported out of the node.
All operation is done in kernel: both traffic capturing and
export datagram generation. Exported data contaion almost all
Netflow version 5 fields, except of AS numbers.
PR: ports/62982
Submitted by: Gleb Smirnoff <glebius@cell.sick.ru>
Revision Changes Path
1.1223 +1 -0 ports/net/Makefile
1.1 +37 -0 ports/net/ng_netflow/Makefile (new)
1.1 +2 -0 ports/net/ng_netflow/distinfo (new)
1.1 +14 -0 ports/net/ng_netflow/pkg-descr (new)
1.1 +6 -0 ports/net/ng_netflow/pkg-message (new)
1.1 +4 -0 ports/net/ng_netflow/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402181010.i1IAAth8044253>
