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:
parent
abe4dc2cc9
commit
8faf007f3c
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user