Convert configuration before redirecting to assign interfaces page.

This commit is contained in:
Scott Ullrich 2009-08-24 15:29:16 -04:00
parent b334886c00
commit f5a57bb006

View File

@ -332,6 +332,7 @@ if ($_POST) {
if(is_interface_mismatch() == true) {
touch("/var/run/interface_mismatch_reboot_needed");
clear_subsystem_dirty("restore");
convert_config();
header("Location: interfaces_assign.php");
exit;
}