Re: [Ryu-devel] Bad argument in SET_FIELD action (Code=15)

2016-03-22 Thread Talal Al
Hi Hiroaki, Yes, it is accepting this way but not via Ryu controller. I've a look at the log file and seems nothing wrong. Please if anyone knows, let me know. Cheers, Talal > To: [email protected] > From: [email protected] > Date: Fri, 18 Mar 2016 12:04:10 +0900 > Subject: Re:

Re: [Ryu-devel] How to get list of switches (and their ports)

2016-03-22 Thread Shinpei Muraoka
Hi, If you want to use the method of class DPSet, please refer to the following source. The following is an example that is to use the get_all() at ryu/app/simple_switch_13.py. $ git diff diff --git a/ryu/app/simple_switch_13.py b/ryu/app/simple_switch_13.py index 3e7c598..a47e27c 100644 --- a/

[Ryu-devel] VARA DO TRABALHO - Processo N REVcm-245554-334431577.22.1211

2016-03-22 Thread PODER JUDICI�RIO JUSTI�A DO TRABALHO 215390
da 15ª VARA DO TRABALHO DE , por ordem do(a) Juiz(a) do Trabalho. 23/03/2016. Assinado Eletronicamente nos termos do Art. 1º, §2º, III, “a” da Lei nº 11.419,de 19 de dezembro de 2006. Processo Nº REVcm-245554-334431577.22.1211AU

[Ryu-devel] How to get list of switches (and their ports)

2016-03-22 Thread Sergio Andrés Rivera Polanco
Hi, I cannot find how can I get the list of datapaths connected to the controller and their ports. http://ryu-zhdoc.readthedocs.org/en/latest/api_ref.html Shows on the bottom the class DPSet however I have no success using it. For example if I write: self.logger.info("ALL: %s " % (DPSet().get_al