diff options
author | edwin <edwin@FreeBSD.org> | 2004-07-19 17:26:00 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-07-19 17:26:00 +0800 |
commit | 0d9e74fcff3b60b5239747987a7ee6c8b738f3b6 (patch) | |
tree | 37b5135e25bf5c57f4d0b3da5f414372418cdd50 /net-mgmt/slate | |
parent | 20ba88f6905d85b4b0dcc9ed0797ca9b6a0ac1de (diff) | |
download | freebsd-ports-gnome-0d9e74fcff3b60b5239747987a7ee6c8b738f3b6.tar.gz freebsd-ports-gnome-0d9e74fcff3b60b5239747987a7ee6c8b738f3b6.tar.zst freebsd-ports-gnome-0d9e74fcff3b60b5239747987a7ee6c8b738f3b6.zip |
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/slate')
-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 |
3 files changed, 36 insertions, 0 deletions
diff --git a/net-mgmt/slate/Makefile b/net-mgmt/slate/Makefile new file mode 100644 index 000000000000..c62dd0cbcf4f --- /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 000000000000..09e3cabdb9fb --- /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 000000000000..d5714e796e5c --- /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/ |