1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

B #5344: Set IP spoofing filter also for static IPv6

This commit is contained in:
Vlastimil Holer 2017-09-06 10:09:54 +02:00 committed by Javi Fontan
parent abe4dc2cc9
commit 8faf007f3c

View File

@ -447,7 +447,7 @@ module SGIPTables
ipv6s = Array.new
[:ip6_global, :ip6_link, :ip6_ula].each do |key|
[:ip6, :ip6_global, :ip6_link, :ip6_ula].each do |key|
ipv6s << nic[key] if !nic[key].nil? && !nic[key].empty?
end