Re: [Ryu-devel] Bug REST Ryu Delete all flow entry
Brought to you by:
nz_gizmoguy
From: Nicholas B. <co...@ho...> - 2017-08-03 07:05:58
|
Hi Fujimoto! I run ofctl and simple_switch_13.py. I would like to use OpenFlow 1.3 but if it isn't possible...thanks! Nicholas Inviato da iPhone Il giorno 03/ago/2017, alle ore 04:21, "Fujimoto Satoshi" <sat...@gm...<mailto:sat...@gm...>> ha scritto: 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://Slashdot.org>! http://sdm.link/slashdot _______________________________________________ Ryu-devel mailing list Ryu...@li...<mailto:Ryu...@li...> https://lists.sourceforge.net/lists/listinfo/ryu-devel |