mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
interfaces: routing configuration on changed interfaces only
This commit is contained in:
parent
0d951209e5
commit
4de945bdae
@ -573,7 +573,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
|
||||
interface_configure(false, $ifapply, true);
|
||||
}
|
||||
|
||||
system_routing_configure();
|
||||
system_routing_configure(false, array_keys($toapplylist));
|
||||
filter_configure();
|
||||
plugins_configure('early'); /* ensure GUI and SSH access */
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user