Revision 79fa745e
ID | 79fa745e2f414105d43c880cfe6fe514ee8a3d25 |
Add GenericNetwork class in network module
This class will be the base class for every network. It implements
basic validation methods for subnets and gateways and all other
Network classes should extend it. Additionally implement all methods
that are externally invoked; for IsReserved, Reserve, Release just
do nothing while for GenerateFree raise OpPrereqError and for GetStats
return a {}.
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
Files
- added
- modified
- copied
- renamed
- deleted