Statistics
| Branch: | Tag: | Revision:

root / lib / network.py @ c0631c06

History | View | Annotate | Download (5.9 kB)

# Date Author Comment
bba43ba6 10/12/2012 09:12 pm Dimitris Aragiorgis

Fixes to pass pep8 (make lint)

Signed-off-by: Dimitris Aragiorgis <>

23b0a9e0 10/12/2012 09:12 pm Dimitris Aragiorgis

Fixes to pass pylint (make lint)

Signed-off-by: Dimitris Aragiorgis <>

fdaacd25 10/12/2012 09:12 pm Iustin Pop

Fixes to pass unittests (make check)

Signed-off-by: Iustin Pop <>

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