mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Loop assign interfaces option until the user gets the correct configuraiton.
Ticket #749
This commit is contained in:
parent
ec9f26f2a6
commit
76612f4625
@ -1141,6 +1141,8 @@ EOD;
|
||||
reload_all_sync();
|
||||
|
||||
echo " done!\n";
|
||||
|
||||
touch("{$g['tmp_path']}/assign_complete");
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@ -81,7 +81,7 @@
|
||||
$do_assign = 1;
|
||||
}
|
||||
}
|
||||
if($do_assign == 1) {
|
||||
if($do_assign == 1 and !file_exists("{$g['tmp_path']}/assign_complete")) {
|
||||
$noreboot = true;
|
||||
echo " -- Running interface assignment option.\n";
|
||||
set_networking_interfaces_ports();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user