aboutsummaryrefslogtreecommitdiff
path: root/util.py
AgeCommit message (Expand)Author
2014-12-23Use the right variable name for switch_nameSteve McIntyre
2014-12-23Make probe_switches() less verboseSteve McIntyre
2014-12-23Call the new probe_switches() methodSteve McIntyre
2014-12-23Convert get_all_switches() into a new daemon query probe_switches()Steve McIntyre
2014-12-23s/enablepassword/enable_password/gSteve McIntyre
2014-12-22Fix up some pylint errors and warningsSteve McIntyre
2014-12-22Big raft of changes for util code:Steve McIntyre
2014-12-22Bugfix - default_vlan_id is part of state, not state.configSteve McIntyre
2014-12-22s/id/ID/ in messagesSteve McIntyre
2014-12-19Implemented the backend for delete_vlan()Steve McIntyre
2014-12-19Fix syntax errorSteve McIntyre
2014-12-19Clarify commentsSteve McIntyre
2014-12-19Add error-handling to create_vlanSteve McIntyre
2014-12-19Add the backend for the create_vlan() APISteve McIntyre
2014-12-17Fix indenting after uncommenting. Ugh, python...Steve McIntyre
2014-12-17Add perform_vlan_update()Steve McIntyre
2014-12-17Clarify error messages and commentsSteve McIntyre
2014-12-17Move debug code from vland to a helper function hereSteve McIntyre
2014-12-17Add the perform_db_update helper functionSteve McIntyre
2014-12-17Pass InputErrors straight upSteve McIntyre
2014-12-17Bug fix: call the right database method!Steve McIntyre
2014-12-17db is now passed in the state structureSteve McIntyre
2014-12-16Add perform_daemon_query() helper functionSteve McIntyre
2014-12-16Split up IPC queries betterSteve McIntyre
2014-12-16Sea change in how admin code calls the database layerSteve McIntyre