[OVSDB-17] In prepareInternalNetwork, Exceptions creating integration bridge are ignored Created: 18/May/14  Updated: 03/May/18  Resolved: 05/Aug/14

Status: Resolved
Project: ovsdb
Component/s: API
Affects Version/s: unspecified
Fix Version/s: None

Type: Bug
Reporter: Dave Tucker Assignee: Unassigned
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Operating System: Mac OS
Platform: PC


External issue ID: 1028

 Description   

public void prepareInternalNetwork(Node node) {
try

{ this.createIntegrationBridge(node); }

catch (Exception e)

{ logger.error("Error creating internal network "+node.toString(), e); }

ProviderNetworkManager.getManager().initializeFlowRules(node);
}

The exception in createIntegrationBridge is ignored. initializeFlowRules will fail if the integration bridge does not exist.


Generated at Wed Feb 07 20:35:17 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.