diff options
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/sys/iptparser.lua (renamed from core/src/iptparser.lua) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/iptparser.lua b/core/src/sys/iptparser.lua index ab77a74041..4e2c0d6809 100644 --- a/core/src/iptparser.lua +++ b/core/src/sys/iptparser.lua @@ -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", |