summaryrefslogtreecommitdiffstats
path: root/etc/rc.newipsecdns
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2011-02-05 23:48:16 -0500
committerChris Buechler <cmb@pfsense.org>2011-02-05 23:48:16 -0500
commit891b3fa27b7484078382491496c6ede480b7d338 (patch)
tree7ac2011ef8b6d6cbe2820b5ac4b51212b49e453f /etc/rc.newipsecdns
parent9fcf15773caa87261314bfe6e8a33a3f0d1d18bd (diff)
downloadpfsense-891b3fa27b7484078382491496c6ede480b7d338.zip
pfsense-891b3fa27b7484078382491496c6ede480b7d338.tar.gz
need config.inc here, otherwise it fails to reload, config arrays are blank in vpn_ipsec*. Actual issue and fix for bug #1254
Diffstat (limited to 'etc/rc.newipsecdns')
-rwxr-xr-xetc/rc.newipsecdns1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.newipsecdns b/etc/rc.newipsecdns
index 23b2c02..c8fcabe 100755
--- a/etc/rc.newipsecdns
+++ b/etc/rc.newipsecdns
@@ -31,6 +31,7 @@
*/
/* parse the configuration and include all functions used below */
+ require_once("config.inc");
require_once("functions.inc");
require_once("filter.inc");
require_once("shaper.inc");
OpenPOWER on IntegriCloud