package/firewall: fix config typo
change Support-UDP-Traceroute rule from 'enabled false' to 'enabled 0' Signed-off-by: Liangbin Lian <jjm2473@gmail.com> Link: https://github.com/openwrt/openwrt/pull/17133 Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
parent
65a1c666f2
commit
3710323a46
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=firewall
|
PKG_NAME:=firewall
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL=$(PROJECT_GIT)/project/firewall3.git
|
PKG_SOURCE_URL=$(PROJECT_GIT)/project/firewall3.git
|
||||||
|
|
|
@ -138,7 +138,7 @@ config rule
|
||||||
option proto udp
|
option proto udp
|
||||||
option family ipv4
|
option family ipv4
|
||||||
option target REJECT
|
option target REJECT
|
||||||
option enabled false
|
option enabled 0
|
||||||
|
|
||||||
# include a file with users custom iptables rules
|
# include a file with users custom iptables rules
|
||||||
config include
|
config include
|
||||||
|
|
Loading…
Reference in a new issue