blob: 80a49552b3289b78a4646bd4f331d2b9db3a3893 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
config ADK_PACKAGE_IPTABLES_SNMP
prompt "export iptables information via snmp"
tristate
default ADK_PACKAGE_IPTABLES
depends on ADK_PACKAGE_SNMPD
help
This is a library for the netkit snmp daemon, allowing it to export
various iptables information.
To use this, add the following line to snmpd.conf:
dlmod iptables /root/iptables-snmp-0.1/iptables-snmp.so
|