Statistics
| Branch: | Tag: | Revision:

root / lib / network.py @ 8140e24f

History | View | Annotate | Download (5.8 kB)

# Date Author Comment
1de1cf25 11/20/2012 07:50 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...