From 5ce435a1463806ce43f136944f08ba92423b6526 Mon Sep 17 00:00:00 2001 From: Anand Kumar 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: Anand101 Kumar --- 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