diff options
author | edwin <edwin@FreeBSD.org> | 2004-07-19 09:26:00 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-07-19 09:26:00 +0000 |
commit | 0d9e74fcff3b60b5239747987a7ee6c8b738f3b6 (patch) | |
tree | 37b5135e25bf5c57f4d0b3da5f414372418cdd50 /net-mgmt/Makefile | |
parent | 20ba88f6905d85b4b0dcc9ed0797ca9b6a0ac1de (diff) | |
download | FreeBSD-ports-0d9e74fcff3b60b5239747987a7ee6c8b738f3b6.zip FreeBSD-ports-0d9e74fcff3b60b5239747987a7ee6c8b738f3b6.tar.gz |
Simple traffic analysis and data reporting collection server for LFAP
This package contains a small Lightweight Flow Accounting (LFAP)
server and LFAP API library. LFAP open solution to delivering
accounting data from Riverstone Networks Switches and Routers.
You can use the sfas program to obtain micro-flow information
from a Riverstone switch running either in Layer 4 bridging
mode, routing or MPLS LSPs. Data that can be collected includes
everything from an IPv4 header and UDP headers and the src/dst
port from a TCP header.
WWW: http://www.riverstonenet.com/support/nmops/
Diffstat (limited to 'net-mgmt/Makefile')
-rw-r--r-- | net-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index ba04eda..2a3848c 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -132,6 +132,7 @@ SUBDIR += sendip SUBDIR += sing SUBDIR += sipcalc + SUBDIR += slate SUBDIR += snmptt SUBDIR += sting SUBDIR += subcalc |