Statistics
| Branch: | Tag: | Revision:

root / lib / network.py @ 8c5acc2e

History | View | Annotate | Download (5.5 kB)

# Date Author Comment
246f300d 06/22/2011 02:12 pm Apollon Oikonomopoulos

gnt-network info: include external reservations

Also include the list of externally reserved IP addresses in an address pool in
the output of gnt-network info <network_name>.

Signed-off-by: Apollon Oikonomopoulos <>

4bba8e4c 06/22/2011 02:12 pm Apollon Oikonomopoulos

Add ganeti.network: address pool management tools

lib.network contains AddressPool, a helper class for ganeti.objects.Network.
AddressPool wraps a Network object and provides all IPv4 Address Pool
management logic, manipulating the respective fields of the Network object....