Hi,

On Sun, 24 Nov 2013 12:36:54 -0600
Gandhimathi Velusamy <mathiy...@gmail.com> wrote:

>   I am working on Ryu controller with LINC switch. In my topology from a
> sender host to target host two paths are available. Based on certain
> parameter value,  I want to change the path dynamically from my controller,
> I am using l2_switch_v1_3.py and I am able to read the parameter value
> after some time once the flows started,  now my question is how to change
> the path. As it is a learning switch how could I make it to change the
> path. Does it involve routing? I am little confused. Could you please,
> provide me some hint on this.

Changing a path means a controller needs to replace the old
flows. l2_switch_v1_3.py doesn't have such feature. You need to modify
the code, installing new flows and deleting the old flows when an
event happens.

------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to