diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-06 23:08:18 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-06 23:08:18 +0000 |
commit | 409f88c3b0863f1e186abef869c50e96960e1c25 (patch) | |
tree | fb4ebc46e56ae3114a78447760d175305c5eded7 /openwrt/package/iptables-snmp/Config.in | |
parent | 786d43e358178e25faedcf81a1caa3bb0e5681ec (diff) |
add iptables-snmp package (thanks to Nigel Roberts)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2360 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/iptables-snmp/Config.in')
-rw-r--r-- | openwrt/package/iptables-snmp/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/openwrt/package/iptables-snmp/Config.in b/openwrt/package/iptables-snmp/Config.in new file mode 100644 index 0000000000..7232abb14f --- /dev/null +++ b/openwrt/package/iptables-snmp/Config.in @@ -0,0 +1,11 @@ +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/ + |