mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Renable interface assignment check code.
This commit is contained in:
parent
dc3c40b102
commit
6ee4c02f87
@ -49,11 +49,11 @@
|
||||
if($config['interfaces']['wan']['ipaddr'] <> "pppoe" && $config['interfaces']['wan']['ipaddr'] <> "pptp" && $do_assign == 0)
|
||||
if(does_interface_exist($wan_if) == false) $do_assign = 1;
|
||||
|
||||
//if($do_assign == 1) {
|
||||
// $noreboot = true;
|
||||
// echo "\n\n\nInterface mismatch. Running interface assignment option.\n";
|
||||
// set_networking_interfaces_ports();
|
||||
//}
|
||||
if($do_assign == 1) {
|
||||
$noreboot = true;
|
||||
echo "\n\n\nInterface mismatch. Running interface assignment option.\n";
|
||||
set_networking_interfaces_ports();
|
||||
}
|
||||
|
||||
/* convert configuration, if necessary */
|
||||
convert_config();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user