Bug #3852
closedIGMPPROXY still spamming the main systemlog
100%
Description
This is a renewal from an old feature ticket #1477. Because the bug is still there (my current pfSense version is 2.1.5), I recreated this case as a bug ticket:
Igmpproxy is still massivly spamming the main systemlog making it completly unusable...
The patch from https://redmine.pfsense.org/projects/pfsense/repository/revisions/d6307bd38ef0d50caf1d0224a845a206f00da1aa does not really solve the problem. The level number for the debug mode must immediately follow the option character d! No space between.
For testing I changed the code near line 1375 in /etc/inc/services.inc to (space between -d and 4 removed):
mwexec("/usr/local/sbin/igmpproxy -d4 -c {$g['tmp_path']}/igmpproxy.conf");
Restart igmpproxy and everything is silent now.
Please change this in the next release of pfSense.
Thank you and kind regards.