mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
For reloadall on interface_configure() called by GUI
This commit is contained in:
parent
733829a9db
commit
613a3cc563
@ -357,7 +357,7 @@ if ($_POST['apply']) {
|
||||
foreach ($toapplylist as $ifapply => $ifcfgo) {
|
||||
if (isset($config['interfaces'][$ifapply]['enable'])) {
|
||||
interface_bring_down($ifapply, false, $ifcfgo);
|
||||
interface_configure($ifapply);
|
||||
interface_configure($ifapply, true);
|
||||
} else
|
||||
interface_bring_down($ifapply, true, $ifcfgo);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user