[Ryu-devel] List to .csv in "port stats"

2017-06-25 Thread Sergio Silva
Dear friend, Please, I would like to know if there is a possibility that the "port stats" files could be modified from list to default ".csv". This my suggestion is due to the fact that the standard "Comma-Separated Values" are files are widely used with numpy, pandas, database and others. For

Re: [Ryu-devel] List to .csv in "port stats"

2017-06-25 Thread Sergio Silva
Dear friend, Please, I would like to know if there is a possibility that the "port stats" files could be modified from list to default ".csv". This my suggestion is due to the fact that the standard "Comma-Separated Values" are files are widely used with numpy, pandas, database and others. For

Re: [Ryu-devel] groups

2017-06-25 Thread Iwase Yusuke
Hi Edison, Sorry, I misunderstood. On 2017年06月24日 01:21, Edison Albuquerque wrote: It's a single switch with more than one FlowTable. Consider that I need to insert a group (with it's buckets) after Table_id = 0 and Table_id = 1. You want to insert the same group entry into table:1 and

[Ryu-devel] Business Register 2017/2018

2017-06-25 Thread EU Business Register
Hello, In order to have your company inserted in the EU Business Register for 2017/2018, please print, complete and submit the attached form (PDF file) to the following address: EU BUSINESS REGISTER P.O. BOX 34 3700 AA ZEIST THE NETHERLANDS Fax: +31 205 248 107 You can also scan the

Re: [Ryu-devel] Ryu Controller Question

2017-06-25 Thread Iwase Yusuke
Hi Hosseini, Yes, we welcome your questions! https://github.com/osrg/ryu#support FYI, you can find the mail archive, and search the similar posts/discussions on here: http://dir.gmane.org/gmane.network.ryu.devel Thanks, Iwase On 2017年06月23日 18:49, Farshad Hosseini nezhad wrote: Hello My

Re: [Ryu-devel] Testing BGP in ryu

2017-06-25 Thread Iwase Yusuke
Hi Pynbiang, Excuse me for jumping in. It's just my guess, is IPv6 disabled on your machine? Mininet does disable IPv6 automatically on its installation. https://github.com/mininet/mininet/blob/aa8901268dbb04e11d466732a354b3533e0e138e/util/install.sh#L615-L639 Could you confirm the IPv6

Re: [Ryu-devel] List to .csv in "port stats"

2017-06-25 Thread Iwase Yusuke
Hi, Currently, Ryu does not provide such feature, but how about using "csv" module (Python standard library)? e.g.) diff --git a/ryu/app/simple_switch_13.py b/ryu/app/simple_switch_13.py index 3e7c598..f509b67 100644 --- a/ryu/app/simple_switch_13.py +++ b/ryu/app/simple_switch_13.py @@

Re: [Ryu-devel] ryu action for outputing to input port

2017-06-25 Thread Iwase Yusuke
Hi Mahdieh, Excuse me for jumping in. On 2017年06月24日 03:16, Mahdieh Shariat wrote: Hi, ​Fujimoto Thank you very much for the prompt reply. It works. But I have another problem in developing my app. In my app when I'm installing rules on tables, I have a rule for two situations in a switch: