Hi, Nicholas

I think you may use simple_switch_xx.py for OpenFlow < 1.3.
In OpenFlow < 1.3, the packet which is not matched to any flows will be sent as Packet-In (OUTPUT:CONTROLLER). It may be that the controller installs OUTPUT:1 and OUTPUT:2 in Packet-In handler.

In any case, I would like to know what applications you ran, could you let me know?

Thanks,
Fujimoto


On 2017年08月03日 00:23, Nicholas Brasini wrote:

Hi guys! In my web-app with REST call Ryu, I have found a possible bug. When I launch url -X DELETE http://localhost:8080/stats/flowentry/clear/1 to delete every flow in switch 1, the OUTPUT:CONTROLLER (flow of controller Ryu) deleted with OUTPUT:1 and OUTPUT:2. But if I launch h1 ping h2 in terminal, if I launch http://localhost:8080/stats/switches <http://localhost:8080/stats/switches/clear/1> I don't see OUTPUT:CONTROLLER flow but only OUTPUT:1 and OUTPUT:2. Why?? Thanks, Nicholas.




------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot


_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to