You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
334 B
11 lines
334 B
config BR2_PACKAGE_IPTABLES_SNMP
|
|
prompt "iptables-snmp..................... An snmpd plugin to access iptables rules"
|
|
tristate
|
|
default m if CONFIG_DEVEL
|
|
select BR2_PACKAGE_IPTABLES
|
|
select BR2_PACKAGE_SNMPD
|
|
help
|
|
This is a plugin that makes iptables rules accessable from snmpd.
|
|
|
|
http://www.nobiscuit.com/iptables-snmp/
|
|
|
|
|