Hi, On Wed, 30 Jan 2013 19:31:14 +0000 "Kyle Mestery (kmestery)" <[email protected]> wrote:
> Looking at my Ryu code, I don't see thE TunnelClient in > ryu/apps/client.py. I do see a branch from Yamahata which has > this. Am I not using the correct version of Ryu here? Is there a > plan to merge Yamahata's changes from his private branch into the > regular Ryu branch? I plan to merge Quantum vlan and tunneling support in the next release. The main stopper is that with the current Ryu design, applications need to handle varius race issues (you can find several comments such 'serializing events, serializing requests in the Quantum code). I changed the Ryu design a bit to avoid that so needs to update the Quantum patches. btw, there are some bugs in the submitted patches about vm shutdown, etc. Kaneko updated them: https://github.com/ykaneko/ryu/tree/live-migration As the tree name says, the live-migration is also supported now. Thanks, ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_jan _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
