فهرست منبع

package/firewall: fix config typo

change Support-UDP-Traceroute rule from 'enabled false' to 'enabled 0'

Signed-off-by: Liangbin Lian <[email protected]>

Link: https://github.com/openwrt/openwrt/pull/17133
Signed-off-by: John Crispin <[email protected]>
Liangbin Lian 1 سال پیش
والد
کامیت
3710323a46
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      package/network/config/firewall/Makefile
  2. 1 1
      package/network/config/firewall/files/firewall.config

+ 1 - 1
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

+ 1 - 1
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