index
:
vland.git
debian
master
[no description]
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util.py
Age
Commit message (
Expand
)
Author
2014-12-24
Make sure we use vlan_ids, not tags, when adding new ports
Steve McIntyre
2014-12-23
Add port names to probe_switches() output
Steve McIntyre
2014-12-23
Don't catch all the exceptions for now - debugging...
Steve McIntyre
2014-12-23
More tweaks to auto_import_switch() after testing:
Steve McIntyre
2014-12-23
The detault VLAN will already exist, and will have a different name
Steve McIntyre
2014-12-23
And return the probed data
Steve McIntyre
2014-12-23
Fix probe_switches()
Steve McIntyre
2014-12-23
Use the right variable name for switch_name
Steve McIntyre
2014-12-23
Make probe_switches() less verbose
Steve McIntyre
2014-12-23
Call the new probe_switches() method
Steve McIntyre
2014-12-23
Convert get_all_switches() into a new daemon query probe_switches()
Steve McIntyre
2014-12-23
s/enablepassword/enable_password/g
Steve McIntyre
2014-12-22
Fix up some pylint errors and warnings
Steve McIntyre
2014-12-22
Big raft of changes for util code:
Steve McIntyre
2014-12-22
Bugfix - default_vlan_id is part of state, not state.config
Steve McIntyre
2014-12-22
s/id/ID/ in messages
Steve McIntyre
2014-12-19
Implemented the backend for delete_vlan()
Steve McIntyre
2014-12-19
Fix syntax error
Steve McIntyre
2014-12-19
Clarify comments
Steve McIntyre
2014-12-19
Add error-handling to create_vlan
Steve McIntyre
2014-12-19
Add the backend for the create_vlan() API
Steve McIntyre
2014-12-17
Fix indenting after uncommenting. Ugh, python...
Steve McIntyre
2014-12-17
Add perform_vlan_update()
Steve McIntyre
2014-12-17
Clarify error messages and comments
Steve McIntyre
2014-12-17
Move debug code from vland to a helper function here
Steve McIntyre
2014-12-17
Add the perform_db_update helper function
Steve McIntyre
2014-12-17
Pass InputErrors straight up
Steve McIntyre
2014-12-17
Bug fix: call the right database method!
Steve McIntyre
2014-12-17
db is now passed in the state structure
Steve McIntyre
2014-12-16
Add perform_daemon_query() helper function
Steve McIntyre
2014-12-16
Split up IPC queries better
Steve McIntyre
2014-12-16
Sea change in how admin code calls the database layer
Steve McIntyre