From: Liangbin Lian Date: Sun, 1 Dec 2024 04:45:34 +0000 (+0800) Subject: package/firewall: fix config typo X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=3710323a469212ef0bbc5dc414895f6198edb67e;p=openwrt%2Fstaging%2Fnbd.git package/firewall: fix config typo change Support-UDP-Traceroute rule from 'enabled false' to 'enabled 0' Signed-off-by: Liangbin Lian Link: https://github.com/openwrt/openwrt/pull/17133 Signed-off-by: John Crispin --- diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile index a4b17f0b53..042883264d 100644 --- a/package/network/config/firewall/Makefile +++ b/package/network/config/firewall/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=firewall -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/firewall3.git diff --git a/package/network/config/firewall/files/firewall.config b/package/network/config/firewall/files/firewall.config index b90ac7af0a..4c7ef8a96e 100644 --- a/package/network/config/firewall/files/firewall.config +++ b/package/network/config/firewall/files/firewall.config @@ -138,7 +138,7 @@ config rule option proto udp option family ipv4 option target REJECT - option enabled false + option enabled 0 # include a file with users custom iptables rules config include