[Ryu-devel] PCEP support

2016-02-27 Thread Stas Kozlov
Hi, Any plans to add PCEP support in RYU? Tomonori Takeda from NTT proposed extension for PCEP described in RFC5521. PCEP may be a great option to connect sdn and legacy mpls network. -- Stas -- Site24x7 APM Insight: Get

[Ryu-devel] measuring flow setup time in ryu

2016-02-27 Thread mehran shetabi
Hi, i want to measure flow setup time in openflow switches with ryu controller. would you please let me know how can i do this? Thank you, ... mehran shetabi PhD student Computer Engineering Department IUST

Re: [Ryu-devel] [PATCH 0/3] add ofctl_v1_4.py

2016-02-27 Thread FUJITA Tomonori
On Mon, 22 Feb 2016 11:47:52 +0900 Minoru TAKAHASHI wrote: > These patches are for adding ofctl_v1_4.py. > ofctl_v1_4.py makes ofctl_rest enable use OpenFlow1.4 messages. > > Minoru TAKAHASHI (3): > app/ofctl_rest: support OpenFlow1.4 > lib/ofctl: add ofctl_v1_4 library > lib/ofctl: add t

Re: [Ryu-devel] [PATCH] .pylintrc: Remove deprecated output format feature

2016-02-27 Thread FUJITA Tomonori
On Mon, 22 Feb 2016 13:32:33 +0900 IWASE Yusuke wrote: > The 'parseable' output format of pylint is deprecated. > This patch updates the option from 'output-format=parseable' into > equivalent output format by using 'msg-template'. > > Signed-off-by: IWASE Yusuke > --- > .pylintrc | 2 +- > 1

Re: [Ryu-devel] [PATCH 0/3] Improve mininet script for switch tester

2016-02-27 Thread FUJITA Tomonori
On Mon, 22 Feb 2016 13:29:48 +0900 IWASE Yusuke wrote: > Currently, switch tester supports multiple OpenFlow version, > but run_mininet.py supports ONLY OpenFlow 1.3 and 1.4. > > The following patches fix run_mininet.py to support user-specified > OpenFlow version with Open vSwitch. > Additional

Re: [Ryu-devel] [PATCH] ofp_handler: Handle empty data field in OFPErrorMsg

2016-02-27 Thread FUJITA Tomonori
On Mon, 22 Feb 2016 13:20:30 +0900 IWASE Yusuke wrote: > OpenFlow Spec defines that the data field should contain at least > 64 bytes of the failed request that caused the error message to be > generated, unless otherwise specified. > But, the data field can be empty in some switch implementation