summaryrefslogtreecommitdiffstats
path: root/package/iptables-snmp/Config.in
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-06 23:08:18 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-06 23:08:18 +0000
commit349f545ba43d229ceda6c3bb64c4d93a60680801 (patch)
tree14f1189befb511e00ffa5de851cc8d7a122f49a8 /package/iptables-snmp/Config.in
parente31f9b3f6cdc9554b25b5afc81a0f016ef60f494 (diff)
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 000000000..7232abb14
--- /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/
+