mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
Signed-off-by: Ricardo Diaz <rdiaz@opennebula.io>
This commit is contained in:
parent
de6241a9bf
commit
ef2bfcdc2d
@ -405,6 +405,7 @@ module SGIPTables
|
||||
|
||||
if bridged
|
||||
nris << "#{base_br} --physdev-out #{nic[:tap]} -j #{chain_in}"
|
||||
nri6s << "#{base_br} --physdev-out #{nic[:tap]} -j #{chain_in}"
|
||||
else
|
||||
if !nic[:ip].nil?
|
||||
nris << "-I #{GLOBAL_CHAIN} -d #{nic[:ip]} -j #{chain_in}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user