mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Convert configuration before redirecting to assign interfaces page.
This commit is contained in:
parent
b334886c00
commit
f5a57bb006
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user