aboutsummaryrefslogtreecommitdiff
path: root/net/mini_snmpd/files/mini_snmpd.init
diff options
context:
space:
mode:
Diffstat (limited to 'net/mini_snmpd/files/mini_snmpd.init')
-rw-r--r--net/mini_snmpd/files/mini_snmpd.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mini_snmpd/files/mini_snmpd.init b/net/mini_snmpd/files/mini_snmpd.init
index 9e6eff88e..96dc5ab9e 100644
--- a/net/mini_snmpd/files/mini_snmpd.init
+++ b/net/mini_snmpd/files/mini_snmpd.init
@@ -77,7 +77,7 @@ append_interface() {
# for the purposes of snmp monitoring it doesn't need to be up, it just needs to exist in /proc/net/dev
network_get_device netdev "$name"
if [ -n "$netdev" ] && grep -qF "$netdev" /proc/net/dev ]; then
- [ $netdev_count -ge 4 ] && {
+ [ $netdev_count -ge 8 ] && {
_err "$cfg: too many network interfaces configured, ignoring $name"
return
}