Re: [Ryu-devel] Destroy immortal packets

2016-09-08 Thread Warsang
Hello, thank you very much, I have applied the patch. I am now trying to install a rule on switch startup to match all ip packets and decrement ttl or drop all IP packets who have TTL=0 Is this code correct? Because I only have these two rules on ovs startup when i dump flows: sudo ovs-ofctl d

Re: [Ryu-devel] Ryu app

2016-09-08 Thread Francesco Murador
I solved the problem but the other problem that i said how can i solve it? To run a module into the code of another module correctly? > Il giorno 08/set/2016, alle ore 07:47, Iwase Yusuke > ha scritto: > > Hi, > > Did you "re-install" Ryu after you putting your apps into ryu/app directory? >