From b36f5f5a9397c9f17b1ef2846a796c7de732cbfb Mon Sep 17 00:00:00 2001 From: Kaarle Ritvanen Date: Tue, 6 Mar 2018 16:00:04 +0200 Subject: Log: use nflog-size instead of nflog-range --- awall-cli | 4 ++-- awall/modules/log.lua | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/awall-cli b/awall-cli index 13aafc9..5706479 100755 --- a/awall-cli +++ b/awall-cli @@ -2,7 +2,7 @@ --[[ Alpine Wall -Copyright (C) 2012-2017 Kaarle Ritvanen +Copyright (C) 2012-2018 Kaarle Ritvanen See LICENSE file for license details ]]-- @@ -20,7 +20,7 @@ if not table.unpack then table.unpack = unpack end function help() io.stderr:write([[ Alpine Wall -Copyright (C) 2012-2017 Kaarle Ritvanen +Copyright (C) 2012-2018 Kaarle Ritvanen This is free software with ABSOLUTELY NO WARRANTY, available under the terms of the GNU General Public License, version 2 diff --git a/awall/modules/log.lua b/awall/modules/log.lua index da42d7b..876e7c7 100644 --- a/awall/modules/log.lua +++ b/awall/modules/log.lua @@ -1,6 +1,6 @@ --[[ Packet logging module for Alpine Wall -Copyright (C) 2012-2017 Kaarle Ritvanen +Copyright (C) 2012-2018 Kaarle Ritvanen See LICENSE file for license details ]]-- @@ -59,7 +59,7 @@ function Log:optfrags() nflog={ group='group', prefix='prefix', - range='range', + range='size', threshold='threshold' }, ulog={ -- cgit v1.2.3