From patchwork Mon Mar 31 15:17:45 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 8587 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4ZRFBF5jDNz3xPk for ; Mon, 31 Mar 2025 15:17:57 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4ZRFBC4KZ7z5G1 for ; Mon, 31 Mar 2025 15:17:55 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZRFBC3dGHz3367 for ; Mon, 31 Mar 2025 15:17:55 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZRFB83lWpz335j for ; Mon, 31 Mar 2025 15:17:52 +0000 (UTC) Received: from michael.haj.ipfire.org (michael.haj.ipfire.org [172.28.1.242]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "michael.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4ZRFB80GP3zjj; Mon, 31 Mar 2025 15:17:52 +0000 (UTC) Received: by michael.haj.ipfire.org (Postfix, from userid 0) id 4ZRFB75XLfzTgsX; Mon, 31 Mar 2025 15:17:51 +0000 (UTC) From: Michael Tremer To: development@lists.ipfire.org Cc: Michael Tremer Subject: [PATCH 3/3] aliases.cgi: Reload firewall after updating aliases Date: Mon, 31 Mar 2025 15:17:45 +0000 Message-Id: <20250331151745.3067362-3-michael.tremer@ipfire.org> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250331151745.3067362-1-michael.tremer@ipfire.org> References: <20250331151745.3067362-1-michael.tremer@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 This is requried to update any REDNAT rules. Signed-off-by: Michael Tremer --- html/cgi-bin/aliases.cgi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/html/cgi-bin/aliases.cgi b/html/cgi-bin/aliases.cgi index def03ff9b..aa1ea4cb6 100644 --- a/html/cgi-bin/aliases.cgi +++ b/html/cgi-bin/aliases.cgi @@ -615,6 +615,9 @@ sub SortDataFile sub BuildConfiguration { # Restart service associated with this &General::system('/usr/local/bin/setaliases'); + + # Reload the firewall for REDNAT rules + &General::firewall_reload(); } #