summaryrefslogtreecommitdiff
path: root/openwrt/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
commit409f88c3b0863f1e186abef869c50e96960e1c25 (patch)
treefb4ebc46e56ae3114a78447760d175305c5eded7 /openwrt/package/iptables-snmp/Config.in
parent786d43e358178e25faedcf81a1caa3bb0e5681ec (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.in11
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/
+