diff options
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 000000000..7232abb14 --- /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/ + |