Statistics
| Branch: | Tag: | Revision:

root / lib / network.py @ f629a262

History | View | Annotate | Download (5.8 kB)

# Date Author Comment
e7dd91ce 08/06/2012 10:07 pm Dimitris Aragiorgis

Introduce new module for IP pool management

Add new library module lib/network.py.
Introduce new class: AddressPool.

AddressPool implements all operations needed for managing IPs
inside the IP pool.

Given a Network config object (nobj), the class:

  • initializes the corresponding IP pool object via...