From owner-cvs-all@FreeBSD.ORG Mon Mar 14 22:16:39 2005 Return-Path: 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 95F0116A4CE; Mon, 14 Mar 2005 22:16:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 735D743D5A; Mon, 14 Mar 2005 22:16:39 +0000 (GMT) (envelope-from philip@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 j2EMGd6K099659; Mon, 14 Mar 2005 22:16:39 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2EMGdt3099658; Mon, 14 Mar 2005 22:16:39 GMT (envelope-from philip) Message-Id: <200503142216.j2EMGdt3099658@repoman.freebsd.org> From: Philip Paeps Date: Mon, 14 Mar 2005 22:16:39 +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/bsnmpd/modules Makefile src/usr.sbin/bsnmpd/modules/snmp_pf BEGEMOT-PF-MIB.txt Makefile pf_snmp.c pf_tree.def X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 14 Mar 2005 22:16:39 -0000 philip 2005-03-14 22:16:39 UTC FreeBSD src repository Modified files: usr.sbin/bsnmpd/modules Makefile Added files: usr.sbin/bsnmpd/modules/snmp_pf BEGEMOT-PF-MIB.txt Makefile pf_snmp.c pf_tree.def Log: Add snmp_pf, a bsnmpd module for monitoring (not managing!) pf firewalls. Currently implemented are most things related to states and interfaces, todo are address tables and altq. I've tried to keep this roughly in sync with a project implementing this for net-snmpd. Reviewed by: harti, dhartmei MFC after: 1 month Revision Changes Path 1.8 +2 -1 src/usr.sbin/bsnmpd/modules/Makefile 1.1 +1230 -0 src/usr.sbin/bsnmpd/modules/snmp_pf/BEGEMOT-PF-MIB.txt (new) 1.1 +15 -0 src/usr.sbin/bsnmpd/modules/snmp_pf/Makefile (new) 1.1 +1170 -0 src/usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c (new) 1.1 +195 -0 src/usr.sbin/bsnmpd/modules/snmp_pf/pf_tree.def (new)