On Sun, 1 Dec 2013 18:41:48 -0800 Sameer Katti <ska...@usc.edu> wrote:
> I installed Openflow 1.3 complaint software and mininet following the > instructions mentioned on:- > https://github.com/CPqD/ofsoftswitch13/wiki/OpenFlow-1.3-Tutorial > > But when I use this switch PacketIn Events are not raised. However > Connection up event handlers are still invoked. > > This problem is encountered not only with my code but the sample l2switch > code. Though it works fine with ovsk switch PacketIn event handler is never > invoked with the software switch. > > Does Ryu support ofsoftswitch? Or is there any other Opneflow 1.3 compliant > switch that I can use? By default with OF1.3, packets unmatched by any flow entries are dropped. With OF1.0, 1.1, and 1.2, such packets are sent to a controller (packet_in). IOW, with 1.3, a controller doesn't get any packet-in messagages by default. You need to install a table-miss flow entry, which matches to any packet (wildcard) and sends them to a controller. ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel