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 | |
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/
-rw-r--r-- | net-mgmt/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/slate/Makefile | 21 | ||||
-rw-r--r-- | net-mgmt/slate/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/slate/pkg-descr | 13 |
4 files changed, 37 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 diff --git a/net-mgmt/slate/Makefile b/net-mgmt/slate/Makefile new file mode 100644 index 0000000..c62dd0c --- /dev/null +++ b/net-mgmt/slate/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: slate +# Date created: 2004 July 19 +# Whom: Edwin Groothuis <edwin@mavetju.org> +# +# $FreeBSD$ +# + +PORTNAME= slate +PORTVERSION= 5.0.1 +CATEGORIES= net-mgmt +MASTER_SITES= http://www.riverstonenet.com/support/nmops/ + +MAINTAINER= edwin@mavetju.org +COMMENT= Simple traffic analysis and data reporting collection server for LFAP + +PLIST_FILES= bin/sfas + +USE_REINPLACE= yes +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/net-mgmt/slate/distinfo b/net-mgmt/slate/distinfo new file mode 100644 index 0000000..09e3cab --- /dev/null +++ b/net-mgmt/slate/distinfo @@ -0,0 +1,2 @@ +MD5 (slate-5.0.1.tar.gz) = 09c3d2e1e75a9c54982f55fd844127c2 +SIZE (slate-5.0.1.tar.gz) = 386030 diff --git a/net-mgmt/slate/pkg-descr b/net-mgmt/slate/pkg-descr new file mode 100644 index 0000000..d5714e7 --- /dev/null +++ b/net-mgmt/slate/pkg-descr @@ -0,0 +1,13 @@ +Slate: 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/ |