summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@world.inf.org>2013-07-13 06:15:34 -0700
committerPhil Davis <phil.davis@world.inf.org>2013-07-13 06:15:34 -0700
commit06433d7524f908b18ff9b1dda168fe1c14024136 (patch)
tree99f1b0f200127eccc8c43b27b27379fd54624751 /etc/rc.bootup
parent874f099a352f6e2a46f12b7b0daa6b1b5807a115 (diff)
downloadpfsense-06433d7524f908b18ff9b1dda168fe1c14024136.zip
pfsense-06433d7524f908b18ff9b1dda168fe1c14024136.tar.gz
Start DHCrelay6 on boot
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 02897f6..dda0b3c 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -340,6 +340,9 @@ system_dhcpleases_configure();
/* start DHCP relay */
services_dhcrelay_configure();
+/* start DHCP6 relay */
+services_dhcrelay6_configure();
+
/* dyndns service updates */
send_event("service reload dyndnsall");
OpenPOWER on IntegriCloud