mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-20 10:50:08 +03:00
feature #3175: Fix bug
This commit is contained in:
parent
f0e9705f46
commit
354cd84a2a
@ -95,7 +95,7 @@ module SGIPTables
|
||||
|
||||
cmds.add :ipset, "create #{set} hash:net,port"
|
||||
cmds.add :iptables, "-A #{chain} -m set --match-set" \
|
||||
"#{set} #{dir} -j RETURN"
|
||||
" #{set} #{dir} -j RETURN"
|
||||
|
||||
net.each do |n|
|
||||
@range.split(",").each do |r|
|
||||
|
Loading…
x
Reference in New Issue
Block a user