summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards/setup_wizard.xml
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-07-07 15:57:18 -0400
committerjim-p <jimp@pfsense.org>2011-07-07 15:57:39 -0400
commit10f5d53cbf453ff8440e5de5cb09cce72deb2bc3 (patch)
tree8852b955d13dfa3cfde91e86e783560756a31882 /usr/local/www/wizards/setup_wizard.xml
parentaa6798c07088b4a45f85e2626576e33876d04263 (diff)
downloadpfsense-10f5d53cbf453ff8440e5de5cb09cce72deb2bc3.zip
pfsense-10f5d53cbf453ff8440e5de5cb09cce72deb2bc3.tar.gz
Reconfigure wan/lan when finishing wizard, or the new IPs will not be applied.
Diffstat (limited to 'usr/local/www/wizards/setup_wizard.xml')
-rw-r--r--usr/local/www/wizards/setup_wizard.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/wizards/setup_wizard.xml b/usr/local/www/wizards/setup_wizard.xml
index 401be3e..08870e1 100644
--- a/usr/local/www/wizards/setup_wizard.xml
+++ b/usr/local/www/wizards/setup_wizard.xml
@@ -590,6 +590,8 @@
}
unset($config['wizardtemp']);
write_config();
+ interface_reconfigure("wan");
+ interface_reconfigure("lan");
reload_all();
mwexec_bg("/etc/rc.update_bogons.sh now");
]]>
OpenPOWER on IntegriCloud