mirror of https://git.openwrt.org/project/luci.git
luci-0.8: merge r4780
This commit is contained in:
parent
0f60f1be22
commit
6f9723640b
|
@ -122,7 +122,7 @@ function IptParser.find( self, args )
|
|||
|
||||
-- match target
|
||||
if not ( match == true and (
|
||||
not args.target or args.target:upper() == rule.target
|
||||
not args.target or args.target == rule.target
|
||||
) ) then
|
||||
match = false
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue