summaryrefslogtreecommitdiffstats
path: root/cobbler/item_network.py
Commit message (Collapse)AuthorAgeFilesLines
* need to sort before first iteration of _compactHEADnetworkJohn Eckersberg2009-03-131-2/+6
|
* store used_addresses as a dict, makes things way more simple and efficient tooJohn Eckersberg2009-03-131-24/+21
|
* Leaving a network now worksJohn Eckersberg2009-03-131-2/+24
|
* add docstrings to Network methodsJohn Eckersberg2009-03-131-2/+31
|
* system report now reports IP from network objectJohn Eckersberg2009-03-131-4/+10
|
* fix serializationJohn Eckersberg2009-03-131-8/+19
|
* Adding a system to a network actually kinda works at this pointJohn Eckersberg2009-03-131-13/+38
|
* good stopping pointJohn Eckersberg2009-03-131-56/+66
|
* works...John Eckersberg2009-03-131-1/+1
|
* broken state!John Eckersberg2009-03-131-7/+53
|
* remove debugging loopJohn Eckersberg2009-03-131-2/+0
|
* committing and pushing cause paul told us to go home and stop hacking :)John Eckersberg2009-03-131-12/+50
|
* Whole bunch of network work, good time to throw a commit out.John Eckersberg2009-03-131-12/+13
| | | | | At this point I can manipulate network objects via the CLI. Nothing intelligent is going on under the hood yet.
* Initial fleshing out of network objectJohn Eckersberg2009-03-131-0/+145