Date: Mon, 14 Mar 2005 22:16:39 +0000 (UTC) From: Philip Paeps <philip@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org 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 Message-ID: <200503142216.j2EMGdt3099658@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503142216.j2EMGdt3099658>
