* ffluci: moved src/iptparser.lua to src/sys/iptparser.lua; renamed lib to ffluci.sys.iptparser
This commit is contained in:
parent
11e0061223
commit
95ff2b54ab
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
Loading…
Reference in a new issue