From 988dbae92d966fee3590e996b138f5e0a7dfcb97 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 10 Dec 2024 13:57:02 +0100 Subject: [PATCH] interfaces: reload GUI in the background Take our chances with SSH. It looks like using 'early' facility surfaced this problem that was not as trigger happy before. The administration page does the same. PR: https://forum.opnsense.org/index.php?topic=43995.0 --- src/www/interfaces.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/www/interfaces.php b/src/www/interfaces.php index 1a38d14a1..ce024a1bd 100644 --- a/src/www/interfaces.php +++ b/src/www/interfaces.php @@ -562,7 +562,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') { system_routing_configure(false, array_keys($toapplylist)); filter_configure(); - plugins_configure('early'); /* ensure GUI and SSH access */ + configd_run('webgui restart 3', true); } clear_subsystem_dirty('interfaces');