Re: [Ryu-devel] About configurable tester/target ports in ryu/tests/switch/tester.py

2014-08-18 Thread Minoru TAKAHASHI
Hi, Pyxis (2014年08月19日 00:03), Pyxis LX wrote: > Hi, all. > > I'm trying to make a patch for this. > > But I'm not sure which behavior is more preferable? > > 1. These configuration items will override the output port in the test files. > > 2. These configuration items will not override the ou

Re: [Ryu-devel] [PATCH 1/6] bgp: add support for RFC3107

2014-08-18 Thread FUJITA Tomonori
On Mon, 18 Aug 2014 09:19:05 +0900 ISHIDA Wataru wrote: > > Signed-off-by: ISHIDA Wataru > --- > ryu/lib/packet/bgp.py | 77 > - > ryu/lib/packet/safi.py|1 + > ryu/tests/unit/packet/test_bgp.py |6 +++ > 3 files changed, 6

Re: [Ryu-devel] [PATCH] bmpstation: make configurable through environment variables

2014-08-18 Thread FUJITA Tomonori
On Mon, 18 Aug 2014 14:44:01 +0900 ISHIDA Wataru wrote: > you can specify listening HOST and PORT by setting env variable > 'RYU_BMP_SERVER_HOST' and 'RYU_BMP_SERVER_PORT'. > > 'RYU_BMP_OUTPUT_FILE' specifes the output file name > 'RYU_BMP_FAILED_DUMP' specifes the file name of the error dump >

Re: [Ryu-devel] BGP Implementation

2014-08-18 Thread Digambar Patil
Thanks FUJITO. Sure, as suggested I will follow this script for BGP. Thanks, Digambar On Fri, Aug 15, 2014 at 3:27 AM, FUJITA Tomonori < [email protected]> wrote: > On Thu, 14 Aug 2014 18:24:12 +0530 > Digambar Patil wrote: > > > I have doubts about the BGP CLI implement

Re: [Ryu-devel] About configurable tester/target ports in ryu/tests/switch/tester.py

2014-08-18 Thread Pyxis LX
Hi, all. I'm trying to make a patch for this. But I'm not sure which behavior is more preferable? 1. These configuration items will override the output port in the test files. 2. These configuration items will not override the output port in the test files. I think 1. should be more preferable

Re: [Ryu-devel] About get flow stats qutsion.

2014-08-18 Thread Jalee Lee
Thanks Yusuke. Waiting for your good news. Best Regards, Jalee 於 8/18/14, 15:00,"Yusuke Iwase" 寫道: >Hi, > >On 2014年08月15日 01:08, Jalee Lee wrote: >> Hi Takahashi, >> As I know we can get all flow stats, but if we have over 100K >>flow-entry, >> this command will be occur some impact. >> So, if

Re: [Ryu-devel] [PATCH 2/2] bgp: support add/delete vpnv6 prefix

2014-08-18 Thread Hiroshi Yokoi
Hi Fujita-san, Thank you for your comment and sorry for late reply. I will think about the helper function. On 2014/08/09 22:02, FUJITA Tomonori wrote: > On Fri, 8 Aug 2014 16:07:47 +0900 > Hiroshi Yokoi wrote: > >> added VPNv6 prefix support. >> This patch enables addition and deletion of VP

Re: [Ryu-devel] About get flow stats qutsion.

2014-08-18 Thread Yusuke Iwase
Hi, On 2014年08月15日 01:08, Jalee Lee wrote: > Hi Takahashi, > As I know we can get all flow stats, but if we have over 100K flow-entry, > this command will be occur some impact. > So, if possible can we by something filter get flow stats? > > > curl -X GET http://10.1.25.52:8080/stats/flow/2/cook