| 1234567891011 | 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
 |