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
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
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
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
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
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