interfaces: routing configuration on changed interfaces only

This commit is contained in:
Franco Fichtner 2024-09-12 22:17:15 +02:00
parent 0d951209e5
commit 4de945bdae

View File

@ -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 */
}