CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/06/30 05:28:36
Modified files:
usr.sbin/snmpd : Makefile application.c application.h mib.c
parse.y snmpd.conf.5 snmpd.h
Added files:
usr.sbin/snmpd : application_blocklist.c
Log message:
Introduce a blocklist backend and keyword.
This allows the admin to specify a full region of the OID tree to be
blocked and simply returns NOSUCHOBJECT/ENDOFMIBVIEW.
This deprecates filter-pf-addresses in favour of:
blocklist pfTblAddrTable
OK tb@
