summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorErmal Luci <eri@pfsense.org>2009-01-28 18:13:50 +0000
committerErmal Luci <eri@pfsense.org>2009-01-28 18:13:50 +0000
commit41997fbbeb2b5c50507ad18fa4ea2bb6fbea4ee2 (patch)
tree19bbf8897e0a0c11faf7f9d5c20f912b233c750b /etc/rc.bootup
parentf668d1597294dd35244cd4dc0d76626b58336b2d (diff)
downloadpfsense-41997fbbeb2b5c50507ad18fa4ea2bb6fbea4ee2.zip
pfsense-41997fbbeb2b5c50507ad18fa4ea2bb6fbea4ee2.tar.gz
Add the GUI part for IGMPproxy that has been on the snapshots for a while.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 6229910..53bcf1f 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -279,6 +279,9 @@
if($kern_hz == "1000")
mwexec("sysctl net.inet.tcp.rexmit_min=30");
+ /* start the igmpproxy daemon
+ services_igmpproxy_configure();
+
/* start the upnp daemon if it is enabled */
upnp_start();
@@ -288,4 +291,4 @@
unlink("{$g['varrun_path']}/booting");
$g['booting'] = FALSE;
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud