summaryrefslogtreecommitdiff
path: root/openwrt/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
commitc8784c0a8fe0546a006282a0f83c9bb1172a49d5 (patch)
tree4d1958b708d0473bea83b655cd728931781c83bc /openwrt/package/iptables-snmp/Config.in
parent18ae9fd95d698e087f5ca73253819efe7d7da6c0 (diff)
downloadmtk-20170518-c8784c0a8fe0546a006282a0f83c9bb1172a49d5.zip
mtk-20170518-c8784c0a8fe0546a006282a0f83c9bb1172a49d5.tar.gz
mtk-20170518-c8784c0a8fe0546a006282a0f83c9bb1172a49d5.tar.bz2
add iptables-snmp package (thanks to Nigel Roberts)
SVN-Revision: 2360
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 0000000..7232abb
--- /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/
+