Revision 3bae60be
Added by Ermal LUÇI about 14 years ago
etc/inc/services.inc | ||
---|---|---|
436 | 436 |
$realif = get_real_interface($ifn); |
437 | 437 |
$igmpconf .= "phyint {$realif} disabled\n"; |
438 | 438 |
} |
439 |
$igmpconf .= "\n"; |
|
439 | 440 |
|
440 | 441 |
$igmpfl = fopen($g['tmp_path'] . "/igmpproxy.conf", "w"); |
441 | 442 |
if (!$igmpfl) { |
Also available in: Unified diff
Add a newline to the igmpproxy config to resolve issues of it not parsing correctly the file. Reported-by: http://forum.pfsense.org/index.php/topic,36279.0.html