-
Type:
Story
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Done
-
Affects Version/s: 1.5.0
-
Fix Version/s: 1.5.0
-
Component/s: None
-
Story Points:2
-
Epic Link:
-
Sprint:Falcon Sprint #2 (1/25 - 2/12)
The current deletePort(port) method in OvsdbBridgeConfig deletes a port for all the bridges in the OVSDB instance, it's better to mimic the implementation of sudo ovs-vsctl delete-port and specify also a bridge on which to delete the port.
the new method signature will be deletePort(BridgeName b, PortDescription p)
This will be the parallel of addPort method.