Revision d6307bd3
Added by Ermal over 11 years ago
etc/inc/services.inc | ||
---|---|---|
1213 | 1213 |
fclose($igmpfl); |
1214 | 1214 |
unset($igmpconf); |
1215 | 1215 |
|
1216 |
mwexec("/usr/local/sbin/igmpproxy -c {$g['tmp_path']}/igmpproxy.conf"); |
|
1216 |
/* NOTE: -d 4 means everything LOG_WARNING and smaller */ |
|
1217 |
mwexec("/usr/local/sbin/igmpproxy -d 4 -c {$g['tmp_path']}/igmpproxy.conf"); |
|
1217 | 1218 |
log_error(gettext("Started IGMP proxy service.")); |
1218 | 1219 |
|
1219 | 1220 |
return 0; |
Also available in: Unified diff
Fixes #1477. Use the new parameter to reduce igmpproxy logging level