From 18b634b84b6a72cadac905f216a7782599b54db7 Mon Sep 17 00:00:00 2001 From: Anand Kumar <168071703+anand16158@users.noreply.github.com> Date: Sat, 28 Mar 2026 01:54:07 +0530 Subject: [PATCH] Update 20-firewall firewall: avoid reload on DHCP renew without address change (fw4) Signed-off-by: Anand Kumar <168071703+anand16158@users.noreply.github.com> --- root/etc/hotplug.d/iface/20-firewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/hotplug.d/iface/20-firewall b/root/etc/hotplug.d/iface/20-firewall index d0f030b..a7d4947 100644 --- a/root/etc/hotplug.d/iface/20-firewall +++ b/root/etc/hotplug.d/iface/20-firewall @@ -7,7 +7,7 @@ has_zone() { } [ "$ACTION" = ifup -o "$ACTION" = ifupdate ] || exit 0 -[ "$ACTION" = ifupdate -a -z "$IFUPDATE_ADDRESSES" -a -z "$IFUPDATE_DATA" ] && exit 0 +[ "$ACTION" = ifupdate -a -z "$IFUPDATE_ADDRESSES" ] && exit 0 /etc/init.d/firewall enabled || exit 0