blob: 799c1506eb300f61ee81a3b0a27b8a879d830c11 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
config ADK_PACKAGE_IPTABLES_SNMP
prompt "export iptables information via snmp"
tristate
select 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
|