summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-03-26 04:53:39 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-03-26 04:53:39 +0000
commitc597d50fe9f00cb4c1cda5a3fd106ed17eca5a61 (patch)
treefd791b28e80bcff1f20f3cd140bb7b61893f71e7 /etc
parentc99250702535d6ba2b1936cbaace690b3100cef9 (diff)
downloadpfsense-c597d50fe9f00cb4c1cda5a3fd106ed17eca5a61.zip
pfsense-c597d50fe9f00cb4c1cda5a3fd106ed17eca5a61.tar.gz
Do not use reload_* until we can fix the console bug
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc8
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 921966f..b8bb053 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -224,6 +224,9 @@ function interfaces_optional_configure() {
/* restart dnsmasq */
services_dnsmasq_configure();
+ /* reload captive portal */
+ captiveportal_configure();
+
/* set the reload filter dity flag */
touch("{$g['tmp_path']}/filter_dirty");
}
@@ -869,6 +872,9 @@ function interfaces_wan_configure() {
/* restart dnsmasq */
services_dnsmasq_configure();
+
+ /* reload captive portal */
+ captiveportal_configure();
}
mwexec("/sbin/ifconfig {$wancfg['if']} up");
@@ -1501,4 +1507,4 @@ function discover_bridge($interface1, $interface2) {
return "-1";
}
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud