first draft for ilinks : typed and valued links between interfaces
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 27 May 2008 15:18:55 +0000 (15:18 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 27 May 2008 15:18:55 +0000 (15:18 +0000)
commit166443b265a563312a0f8097c7e1b7dd2c6dc12d
tree627fc3458ef1c8b9556ff26b91cd6ceca7b5b6a8
parent958a016698f676694ce8501dea6367f6604b6fc1
first draft for ilinks : typed and valued links between interfaces

e.g.
AddIlinkType ('dummynet')
AddIlink (interface_id_src, interface_id_dst, 'dummynet', 'a value if that makes sense')

TODO: clean up ilinks when nodes or interfaces get deleted
16 files changed:
Makefile
PLC/IlinkTypes.py [new file with mode: 0644]
PLC/Ilinks.py [new file with mode: 0644]
PLC/Methods/AddIlink.py [new file with mode: 0644]
PLC/Methods/AddIlinkType.py [new file with mode: 0644]
PLC/Methods/AddNodeTag.py
PLC/Methods/DeleteIlink.py [new file with mode: 0644]
PLC/Methods/DeleteIlinkType.py [new file with mode: 0644]
PLC/Methods/GetIlinkTypes.py [new file with mode: 0644]
PLC/Methods/GetIlinks.py [new file with mode: 0644]
PLC/Methods/UpdateIlink.py [new file with mode: 0644]
PLC/Methods/UpdateIlinkType.py [new file with mode: 0644]
PLC/Methods/__init__.py
PLC/__init__.py
migrations/migrate-v4-to-v5.sql
planetlab5.sql