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 2108ada4bb
commit 44a4d54dd3

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