Reconfigure wan/lan when finishing wizard, or the new IPs will not be applied.

This commit is contained in:
jim-p 2011-07-07 15:57:18 -04:00
parent aa6798c070
commit 10f5d53cbf

View File

@ -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");
]]>