summaryrefslogtreecommitdiffstats
path: root/etc/rc.newipsecdns
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.newipsecdns')
-rwxr-xr-xetc/rc.newipsecdns4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/rc.newipsecdns b/etc/rc.newipsecdns
index 42675e3..d6509f9 100755
--- a/etc/rc.newipsecdns
+++ b/etc/rc.newipsecdns
@@ -32,7 +32,9 @@
/* parse the configuration and include all functions used below */
require_once("functions.inc");
-
+ require_once("ipsec.inc");
+ require_once("vpn.inc");
+
/* make sure to wait until the boot scripts have finished */
while (file_exists("{$g['varrun_path']}/booting")) {
sleep(1);
OpenPOWER on IntegriCloud