aboutsummaryrefslogtreecommitdiff
path: root/admin.py
AgeCommit message (Expand)Author
2015-09-25Preparing the v0.4 releaseSteve McIntyre
2015-09-18Fix pylint warningsSteve McIntyre
2015-09-07Make the core scripts executableSteve McIntyre
2015-08-07Add trunks, simple containers to track inter-switch connectionsSteve McIntyre
2015-08-05Print the port number too when printing out port detailsSteve McIntyre
2015-08-05Add new methods to lookup ports by switch and port numberSteve McIntyre
2015-08-05Add the new number field in the ports tableSteve McIntyre
2015-08-03create_vlan now returns both vlan_id and vlan_tagSteve McIntyre
2015-07-31Start v0.4 developmentSteve McIntyre
2015-07-31Releasing VLANd version 0.3Steve McIntyre
2015-07-28Fix typos in the call for set_base_vlanSteve McIntyre
2015-07-27Misc small fixes after pylint checkingSteve McIntyre
2015-07-09Typo fix in output message: s/imped/imported/Steve McIntyre
2015-04-01Starting real development for v0.3Steve McIntyre
2015-04-01More pylint warning fixesSteve McIntyre
2015-03-26Bug fix - print port IDs from list_switch_portsSteve McIntyre
2015-02-13Use the right data for set_current_vlanSteve McIntyre
2015-02-09Improve output from information-gathering functionsSteve McIntyre
2015-01-23Expose db.get_vlan_id_by_tag and db.get_vlan_tag_by_id()Steve McIntyre
2015-01-23Add support for a shutdown call from the admin interfaceSteve McIntyre
2015-01-23Clean up debugSteve McIntyre
2015-01-23Update version for current developmentSteve McIntyre
2015-01-13Make options style consistentSteve McIntyre
2014-12-24Tweak output of auto_import_switchSteve McIntyre
2014-12-23Clean up probe_switches outputSteve McIntyre
2014-12-23Add admin call for probe_switches()Steve McIntyre
2014-12-22Setup for release 0.1Steve McIntyre
2014-12-22Bugfix - use the right variable for the switch nameSteve McIntyre
2014-12-22Add auto_import_switch() callSteve McIntyre
2014-12-19Add more synonmys for True and FalseSteve McIntyre
2014-12-18Trivial changes suggested by pylintSteve McIntyre
2014-12-18Minor re-flowSteve McIntyre
2014-12-18Fix create_vlan argsSteve McIntyre
2014-12-18Remove un-needed semicolonsSteve McIntyre
2014-12-18Remove un-needed importsSteve McIntyre
2014-12-17Reflow codeSteve McIntyre
2014-12-17Move the remaining admin DB calls to use vland_callSteve McIntyre
2014-12-17Reflow code slightlySteve McIntyre
2014-12-17Move more of the admin calls to use call_vlandSteve McIntyre
2014-12-16Add new admin CLI for daemon queriesSteve McIntyre
2014-12-16Split up IPC queries betterSteve McIntyre
2014-12-16Sea change in how admin code calls the database layerSteve McIntyre
2014-12-16More imports for admin codeSteve McIntyre
2014-12-15Minor updates to --statusSteve McIntyre
2014-12-15default_vlan_tag is now a config varSteve McIntyre
2014-12-15Move initialisation of the default VLAN to vland mainSteve McIntyre
2014-12-05Add --status command and a new "System Commands" groupSteve McIntyre
2014-12-05Implement show_vlanSteve McIntyre
2014-12-05Fix indentSteve McIntyre
2014-12-05Add drivers for get/set/restore current/base VLANsSteve McIntyre