Inconsistent key of bridge_macs in provider app

Bug #1771322 reported by gospring
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
DragonFlow
New
Undecided
Unassigned

Bug Description

In provider app _setup_physical_bridges function, self.bridge_macs use physical network name as key. But in _update_bridge_mac function, we use ovsport.name as key to find result in
self.bridge_macs

if bridge not in self.bridge_macs:
    return

so bridge not in self.bridge_macs will be always true.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.