Skip to content
Snippets Groups Projects
Commit 38912f91 authored by Nick Bastin's avatar Nick Bastin
Browse files

Create controller_switchconfig table

parent ff80729b
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