Merge "Skip DVR binding for ports with invalid OFPORT"
This commit is contained in:
commit
d77cecd6c6
@ -646,9 +646,10 @@ class OVSDVRNeutronAgent(object):
|
||||
"%(ofport)s, rebinding.",
|
||||
{'vif': port.vif_id, 'ofport': port.ofport})
|
||||
self.unbind_port_from_dvr(port, local_vlan_map)
|
||||
if port.ofport in (ovs_lib.INVALID_OFPORT,
|
||||
ovs_lib.UNASSIGNED_OFPORT):
|
||||
return
|
||||
|
||||
if port.ofport in (ovs_lib.INVALID_OFPORT,
|
||||
ovs_lib.UNASSIGNED_OFPORT):
|
||||
return
|
||||
|
||||
if device_owner == n_const.DEVICE_OWNER_DVR_INTERFACE:
|
||||
self._bind_distributed_router_interface_port(port,
|
||||
|
Loading…
Reference in New Issue
Block a user