Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
awall
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
7
Issues
7
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
awall
Commits
b36f5f5a
Commit
b36f5f5a
authored
Mar 06, 2018
by
Kaarle Ritvanen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Log: use nflog-size instead of nflog-range
parent
e115782a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
awall-cli
awall-cli
+2
-2
awall/modules/log.lua
awall/modules/log.lua
+2
-2
No files found.
awall-cli
View file @
b36f5f5a
...
...
@@ -2,7 +2,7 @@
--[[
Alpine Wall
Copyright (C) 2012-201
7
Kaarle Ritvanen
Copyright (C) 2012-201
8
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-201
7
Kaarle Ritvanen
Copyright (C) 2012-201
8
Kaarle Ritvanen
This is free software with ABSOLUTELY NO WARRANTY,
available under the terms of the GNU General Public License, version 2
...
...
awall/modules/log.lua
View file @
b36f5f5a
--[[
Packet logging module for Alpine Wall
Copyright (C) 2012-201
7
Kaarle Ritvanen
Copyright (C) 2012-201
8
Kaarle Ritvanen
See LICENSE file for license details
]]
--
...
...
@@ -59,7 +59,7 @@ function Log:optfrags()
nflog
=
{
group
=
'group'
,
prefix
=
'prefix'
,
range
=
'
rang
e'
,
range
=
'
siz
e'
,
threshold
=
'threshold'
},
ulog
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment