jbteixeir / Openflow-DC-Framework

GNU General Public License v3.0
0 stars 2 forks source link

Support Inter Virtual Machine Communication #3

Open jbteixeir opened 11 years ago

jbteixeir commented 11 years ago

Allow virtual machines to communicate inside de DC. This includes: -Receiving the request for VMs to communicate / stop communicating -Installing/Deleting the rules to support this (includes: 1-leave space for user to implement it's own algorithm; 2-use dijkstra as default one) -Delete the rules when a virtual machine expires

jbteixeir commented 11 years ago

Receiving the request for VMs to communicate / stop communicating -> DONE

jbteixeir commented 11 years ago

Installing rules -> DOne