From owner-cvs-all@FreeBSD.ORG Wed Dec 28 21:48:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AAC316A41F; Wed, 28 Dec 2005 21:48:18 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DC2143D55; Wed, 28 Dec 2005 21:48:18 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBSLmH1g076592; Wed, 28 Dec 2005 21:48:17 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBSLmHcp076591; Wed, 28 Dec 2005 21:48:17 GMT (envelope-from edwin) Message-Id: <200512282148.jBSLmHcp076591@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 28 Dec 2005 21:48:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/ipa_ip6fw Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2005 21:48:18 -0000 edwin 2005-12-28 21:48:17 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/ipa_ip6fw Makefile distinfo pkg-descr Log: New port: net/ipa_ip6fw IPA accounting module for FreeBSD IPv6 Firewall IPA_IP6FW -- IPA accounting module for FreeBSD IPv6 Firewall Main features: - The module is designed for traffic accounting from FreeBSD IPv6 Firewall rules byte counters; - The module understands IPv6 Firewall rules byte counters overflow; - It is possible to summarize and subtract statistics from IPv6 Firewall rules byte counters; - It is possible to distinguish IPv6 Firewall rules with the same numbers; - IPv6 Firewall rules can be dynamically added to and removed from the system, the module correctly works in such situations. WWW: http://ipa-system.sourceforge.net/modules/ipa_ip6fw/ PR: ports/91005 Submitted by: Andrey Simonenko Revision Changes Path 1.1602 +1 -0 ports/net/Makefile 1.1 +52 -0 ports/net/ipa_ip6fw/Makefile (new) 1.1 +3 -0 ports/net/ipa_ip6fw/distinfo (new) 1.1 +18 -0 ports/net/ipa_ip6fw/pkg-descr (new)