Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
6bc0a4a8
Commit
6bc0a4a8
authored
Dec 11, 2019
by
Francesc Guasch
Committed by
Francesc Guasch
Dec 11, 2019
Browse files
refactor(ports): wait for iptables lock
parent
7b2f878f
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada/VM.pm
View file @
6bc0a4a8
...
...
@@ -1272,7 +1272,7 @@ sub create_iptables_chain($self, $chain, $jchain='INPUT') {
}
sub
iptables
($self, @args) {
my
@cmd
=
('
/sbin/iptables
');
my
@cmd
=
('
/sbin/iptables
'
,'
-w
'
);
for
(
;;
)
{
my
$key
=
shift
@args
or
last
;
my
$field
=
"
-
$key
";
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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