summaryrefslogtreecommitdiffstats
path: root/etc/rc.reload_all
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2009-12-03 11:42:08 +0100
committerSeth Mos <seth.mos@xs4all.nl>2009-12-03 11:42:08 +0100
commitb96cad97eafee7dc4b2cdb143af07f92ff35c68e (patch)
tree8932f6ae279e21ca2122436d45b92249b3f3855c /etc/rc.reload_all
parent0456d95221912f4b728f2690769b8e1faf3afe56 (diff)
downloadpfsense-b96cad97eafee7dc4b2cdb143af07f92ff35c68e.zip
pfsense-b96cad97eafee7dc4b2cdb143af07f92ff35c68e.tar.gz
Fix missing include for config upgrade 1.2 -> 2.0
Fix missing include for /etc/rc.reload_all
Diffstat (limited to 'etc/rc.reload_all')
-rwxr-xr-xetc/rc.reload_all3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.reload_all b/etc/rc.reload_all
index 8ec6745..3b4b841 100755
--- a/etc/rc.reload_all
+++ b/etc/rc.reload_all
@@ -33,6 +33,7 @@ require_once("config.inc");
require_once("functions.inc");
require_once("filter.inc");
require_once("shaper.inc");
+require_once("ipsec.inc");
log_error("rc.reload_all: Reloading all configuration settings.");
reload_all_sync();
@@ -40,4 +41,4 @@ sleep(2);
log_error("rc.reload_all: Reloading filter configuration.");
filter_configure_sync();
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud