Statistics
| Branch: | Tag: | Revision:

root / lib / network.py @ 8e5f43b1

History | View | Annotate | Download (5.8 kB)

# Date Author Comment
8e5f43b1 08/22/2012 05:11 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...