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/
This commit is contained in:
Edwin Groothuis 2004-07-19 09:26:00 +00:00
parent 570837f677
commit 6e3e7a10db
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114181
4 changed files with 37 additions and 0 deletions

View file

@ -132,6 +132,7 @@
SUBDIR += sendip
SUBDIR += sing
SUBDIR += sipcalc
SUBDIR += slate
SUBDIR += snmptt
SUBDIR += sting
SUBDIR += subcalc

21
net-mgmt/slate/Makefile Normal file
View file

@ -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>

2
net-mgmt/slate/distinfo Normal file
View file

@ -0,0 +1,2 @@
MD5 (slate-5.0.1.tar.gz) = 09c3d2e1e75a9c54982f55fd844127c2
SIZE (slate-5.0.1.tar.gz) = 386030

13
net-mgmt/slate/pkg-descr Normal file
View file

@ -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/