summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-05-02 16:53:38 +0000
committerErmal <eri@pfsense.org>2011-05-02 16:53:38 +0000
commit3bae60be171c1a845ef1fdc0a541bd08c8737a45 (patch)
tree871371f7a796b3ff4701b82ee04596a95c814d8e
parentc639315e3c86ae6cc2a1d1030347340f340f8270 (diff)
downloadpfsense-3bae60be171c1a845ef1fdc0a541bd08c8737a45.zip
pfsense-3bae60be171c1a845ef1fdc0a541bd08c8737a45.tar.gz
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
-rw-r--r--etc/inc/services.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index ebb1bf9..62edc44 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -436,6 +436,7 @@ EOD;
$realif = get_real_interface($ifn);
$igmpconf .= "phyint {$realif} disabled\n";
}
+ $igmpconf .= "\n";
$igmpfl = fopen($g['tmp_path'] . "/igmpproxy.conf", "w");
if (!$igmpfl) {
OpenPOWER on IntegriCloud