From: Michael Tremer Date: Mon, 31 Mar 2025 15:16:24 +0000 (+0200) Subject: aliases.cgi: Reload firewall after updating aliases X-Git-Tag: v2.29-core194~13^2~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=52c0e4819d07fc46339f9ea0b2fd66a74b69cfef;p=ipfire-2.x.git aliases.cgi: Reload firewall after updating aliases This is requried to update any REDNAT rules. Signed-off-by: Michael Tremer --- 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(); } #