Re: [Ryu-devel] How to run multiple app and receive PacketIn event in order

2014-03-16 Thread FUJITA Tomonori
On Fri, 14 Mar 2014 20:23:00 +0800 "Vincent.Chao" wrote: > If I run two app like: ryu-manager My_app.py Simple_Switch.py > The result will be: > EVENT ofp_event-> My_app EventOFPPacketIn > EVENT ofp_event-> SimpleSwitch EventOFPPacketIn > [Debug msg] this is My_app get packetin > [Debug msg] this

[Ryu-devel] How to run multiple app and receive PacketIn event in order

2014-03-14 Thread Vincent.Chao
Hi Guys, If I run two app like: ryu-manager My_app.py Simple_Switch.py The result will be: EVENT ofp_event-> My_app EventOFPPacketIn EVENT ofp_event-> SimpleSwitch EventOFPPacketIn [Debug msg] this is My_app get packetin [Debug msg] this is Simpleswitch get packetin It seems Ryu generate double