mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 19:01:56 +00:00
* ffluci: moved src/iptparser.lua to src/sys/iptparser.lua; renamed lib to ffluci.sys.iptparser
This commit is contained in:
@@ -19,7 +19,7 @@ $Id$
|
||||
|
||||
]]--
|
||||
|
||||
module("ffluci.iptparser", package.seeall)
|
||||
module("ffluci.sys.iptparser", package.seeall)
|
||||
require("ffluci.sys")
|
||||
require("ffluci.util")
|
||||
|
||||
@@ -77,7 +77,7 @@ Each rule table contains the following fields:
|
||||
|
||||
Example:
|
||||
|
||||
ip = IptParser();
|
||||
ip = ffluci.sys.iptparser.IptParser()
|
||||
result = ip.find( {
|
||||
target="REJECT",
|
||||
protocol="tcp",
|
||||
Reference in New Issue
Block a user