Bug #4727
Openvswitch driver always add mac spoofing rules
Status: | Closed | Start date: | 08/18/2016 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | Jaime Melis | % Done: | 0% | |
Category: | Drivers - Network | |||
Target version: | Release 5.2 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: | OpenNebula 5.0 |
Description
The Openvswitch driver always add mac spoofing rules, ignoring virtual network configuration.
In OpenvSwitch.rb, mac_spoofing is called without checking filter_mac_spoofing value.
Adding mac_spoofing if @nic[:filter_mac_spoofing]
works, but the comportment of networks already configured without explicitly setting mac spoofing rules is changed.
Related issues
Associated revisions
Bug #4727: Openvswitch driver always add mac spoofing rules
History
#1 Updated by Ruben S. Montero almost 5 years ago
- Category set to Drivers - Network
- Assignee set to Jaime Melis
- Target version set to Release 5.2
#2 Updated by EOLE Team almost 5 years ago
I think this issue is related to #3387.
#3 Updated by Ruben S. Montero almost 5 years ago
- Related to Feature #3387: Make OpenNebulaNetwork.conf settings overridable per network added
#4 Updated by Ruben S. Montero almost 5 years ago
- Related to Bug #4680: Ebtables filtering too strict (can't talk to non-ONe hosts on the same network) added
#5 Updated by Jaime Melis almost 5 years ago
- Status changed from Pending to Closed
- Resolution set to fixed