1
0
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:
Ruben S. Montero 2014-12-23 00:17:07 +01:00
parent f0e9705f46
commit 354cd84a2a

View File

@ -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|