From c4abebdb9f0b49dbc5ef623f995aab9e69d7ff68 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Mon, 31 Aug 2009 22:50:45 +0200 Subject: add back in package iptables-snmp This basically installs a shared object file for loading into snmpd so iptables information (chains and their counters) can be accessed via snmp. --- package/iptables-snmp/Config.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/iptables-snmp/Config.in (limited to 'package/iptables-snmp/Config.in') diff --git a/package/iptables-snmp/Config.in b/package/iptables-snmp/Config.in new file mode 100644 index 000000000..80a49552b --- /dev/null +++ b/package/iptables-snmp/Config.in @@ -0,0 +1,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 -- cgit v1.2.3