From owner-cvs-src@FreeBSD.ORG Fri Sep 17 12:02:22 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95B2216A4CE; Fri, 17 Sep 2004 12:02:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68D7143D3F; Fri, 17 Sep 2004 12:02:22 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i8HC2MMZ077909; Fri, 17 Sep 2004 12:02:22 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8HC2MG8077908; Fri, 17 Sep 2004 12:02:22 GMT (envelope-from glebius) Message-Id: <200409171202.i8HC2MG8077908@repoman.freebsd.org> From: Gleb Smirnoff Date: Fri, 17 Sep 2004 12:02:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin Makefile src/usr.sbin/flowctl Makefile flowctl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Sep 2004 12:02:22 -0000 glebius 2004-09-17 12:02:22 UTC FreeBSD src repository Modified files: usr.sbin Makefile Added files: usr.sbin/flowctl Makefile flowctl.c Log: Userland control utility for ng_netflow. Approved by: julian (mentor) Revision Changes Path 1.305 +1 -0 src/usr.sbin/Makefile 1.1 +12 -0 src/usr.sbin/flowctl/Makefile (new) 1.1 +241 -0 src/usr.sbin/flowctl/flowctl.c (new)