aboutsummaryrefslogtreecommitdiffstats
path: root/package/iptables-snmp/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-11-06 23:08:18 +0000
committerNicolas Thill <nico@openwrt.org>2005-11-06 23:08:18 +0000
commite7d53a77cdeda0fda9b5496cd9005882070a365c (patch)
tree14f1189befb511e00ffa5de851cc8d7a122f49a8 /package/iptables-snmp/Config.in
parentf8e60b69c0b6227eaccab7497f7d7f7dcc934f3e (diff)
downloadupstream-e7d53a77cdeda0fda9b5496cd9005882070a365c.tar.gz
upstream-e7d53a77cdeda0fda9b5496cd9005882070a365c.tar.bz2
upstream-e7d53a77cdeda0fda9b5496cd9005882070a365c.zip
add iptables-snmp package (thanks to Nigel Roberts)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2360 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables-snmp/Config.in')
-rw-r--r--package/iptables-snmp/Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/iptables-snmp/Config.in b/package/iptables-snmp/Config.in
new file mode 100644
index 0000000000..7232abb14f
--- /dev/null
+++ b/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/
+