mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-27 07:41:06 +02:00
[package] firewall: fix another instance of unquoted "*"
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28529 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6ef496f17a
commit
0244db9bf2
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
PKG_NAME:=firewall
|
PKG_NAME:=firewall
|
||||||
|
|
||||||
PKG_VERSION:=2
|
PKG_VERSION:=2
|
||||||
PKG_RELEASE:=37
|
PKG_RELEASE:=38
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
|
@ -59,7 +59,7 @@ fw_load_rule() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
local mode
|
local mode
|
||||||
fw_get_family_mode mode ${rule_family:-x} $rule_src I
|
fw_get_family_mode mode ${rule_family:-x} "$rule_src" I
|
||||||
|
|
||||||
local src_spec dest_spec
|
local src_spec dest_spec
|
||||||
fw_get_negation src_spec '-s' "${rule_src_ip:+$rule_src_ip/$rule_src_ip_prefixlen}"
|
fw_get_negation src_spec '-s' "${rule_src_ip:+$rule_src_ip/$rule_src_ip_prefixlen}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user