Statistics
| Branch: | Tag: | Revision:

root / lib / network.py @ fca7218a

History | View | Annotate | Download (5.8 kB)

# Date Author Comment
488e1849 10/11/2012 04:00 pm Apollon Oikonomopoulos

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...