Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
alpine
awall
Commits
d5f28021
Commit
d5f28021
authored
Aug 15, 2013
by
Kaarle Ritvanen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add missing '-m helper' to rules when required
fixes
#2192
parent
ab98b8cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
awall/modules/filter.lua
awall/modules/filter.lua
+1
-1
No files found.
awall/modules/filter.lua
View file @
d5f28021
...
...
@@ -27,7 +27,7 @@ function RelatedRule:servoptfrags()
local
helper
=
sdef
[
'ct-helper'
]
if
helper
then
helpers
[
helper
]
=
{
opts
=
'-m conntrack --ctstate RELATED --helper '
..
helper
opts
=
'-m conntrack --ctstate RELATED
-m helper
--helper '
..
helper
}
end
end
...
...
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