mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
8be0394bd4
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>
5 lines
62 B
Plaintext
5 lines
62 B
Plaintext
@cwd /
|
|
%%KMODDIR%%/ng_netflow.ko
|
|
@cwd /usr/local
|
|
sbin/flowctl
|