Skip to content
Snippets Groups Projects
Commit 6f217f93 authored by abat's avatar abat
Browse files

Merge into master from pull request #127:

Create controller_switchconfig table (https://github.com/floodlight/floodlight/pull/127)
parents 3604d8d4 38912f91
No related branches found
No related tags found
No related merge requests found
......@@ -1854,6 +1854,7 @@ public class Controller implements IFloodlightProviderService,
storageSource.createTable(SWITCH_TABLE_NAME, null);
storageSource.createTable(PORT_TABLE_NAME, null);
storageSource.createTable(CONTROLLER_INTERFACE_TABLE_NAME, null);
storageSource.createTable(SWITCH_CONFIG_TABLE_NAME, null);
storageSource.setTablePrimaryKeyName(CONTROLLER_TABLE_NAME,
CONTROLLER_ID);
storageSource.setTablePrimaryKeyName(SWITCH_TABLE_NAME,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment