mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-08 21:17:43 +03:00
Bug #3163: ARP cache poisoning does not work with L2 networks
This commit is contained in:
parent
92d2523495
commit
dfa21d6a42
@ -55,7 +55,7 @@ class OpenvSwitchVLAN < OpenNebulaNetwork
|
||||
end
|
||||
|
||||
# Prevent ARP Cache Poisoning
|
||||
arp_cache_poisoning if CONF[:arp_cache_poisoning]
|
||||
arp_cache_poisoning if CONF[:arp_cache_poisoning] && @nic[:ip]
|
||||
|
||||
# Prevent Mac-spoofing
|
||||
mac_spoofing
|
||||
|
Loading…
Reference in New Issue
Block a user