[Ryu-devel] Overlay network based on grep tunnel

2016-07-29 Thread Luis Zárate
Hi, I am trying to implement a overlay network based on grep tunnel, but I am having some problems, my scenario is like this [image: Imágenes integradas 1] My problem is that I receive the incoming package to L2/L3 switch implemented in Ryu controller with different MAC address every time. I

[Ryu-devel] ofsoftwitch13 is compatible/support LLDP and BDDP packets?

2016-07-29 Thread Maurizio Marrocco
Hi Ryu Team, My question is the following: ofsoftwitch13 is compatible with LLDP and BDDP packet? I have this topology: H1--S1--S2--H2, and I do h1 ping -c1 h2 This question is given because I doing test with LLDP module of RYU, I not see the packetIn message from second switch S2 directed to

[Ryu-devel] priority change of the existing data flow

2016-07-29 Thread Tanvir.Ulhuque
Hi I want to add a data flow with priority 1, and after passing 5 seconds I want to change its priority to 10. I have used the following code to implement this concept. But, it is not working :) --