Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
1e065981
Commit
1e065981
authored
Feb 12, 2020
by
Francesc Guasch
Browse files
fix(test): missing chain name cleaning rules
parent
262561c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
t/lib/Test/Ravada.pm
View file @
1e065981
...
...
@@ -1120,7 +1120,7 @@ sub flush_rules {
run3
(["
/sbin/iptables
","
-X
",
$CHAIN
],
\
$in
,
\
$out
,
\
$err
);
# flush forward too. this is only supposed to run on test servers
run3
(["
/sbin/iptables
","
-F
",
],
\
$in
,
\
$out
,
\
$err
);
run3
(["
/sbin/iptables
","
-F
",
"
FORWARD
"
],
\
$in
,
\
$out
,
\
$err
);
}
...
...
Write
Preview
Supports
Markdown
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