Re: [Ryu-devel] VLAN_VIDs in ryu/tests/switch/of13/action/25_SET_FIELD/06_VLAN_VID.json

2014-06-23 Thread Pyxis LX
Hi, It seems that I've missed this part of the specification(which is indeed important). I'll push our vendor to comply with the standard behavior. Thank you! -PLX On Mon, Jun 23, 2014 at 1:35 PM, takahashi.minoru < [email protected]> wrote: > > On Mon, 23 Jun 2014 12:27:02 +0800 >

[Ryu-devel] Experimenter matches

2014-06-23 Thread Eugene Nuribekov
Hi all! I'd like to add several additional match fields to protocol v1.3. How to do it in right way? In general I see that I need: Add EXPERIMENTER_ID in ofproto_common.py Make copy of ofproto_v1_3.py and add my fields to oxm_types[] Make copy of ofproto_v1_3_parser.py and: A

[Ryu-devel] XinUI, a Ryu-compatible web-based GUI

2014-06-23 Thread Wei-Lin Chen
Hello all,  We would like to share our XinUI, a Ryu-compatible web-based GUI. https://github.com/xinguard/XinUI It has the following features: * Show switch description * Show flow table * Show network topology * Add/delete flow entry Any comments are appreciated. Best Regards - Weilin Ch

[Ryu-devel] [PATCH] Add a small library to deal with TCP-MD5 socket option

2014-06-23 Thread YAMAMOTO Takashi
Signed-off-by: YAMAMOTO Takashi --- ryu/lib/sockaddr.py | 74 + ryu/lib/sockopt.py | 69 + 2 files changed, 143 insertions(+) create mode 100644 ryu/lib/sockaddr.py create mode 100644 ryu/lib/so

Re: [Ryu-devel] About restAPI question for pysical port status

2014-06-23 Thread jalee
Thanks Takahashi, waiting for you good news! Best Regards, Jalee -Original Message- From: takahashi.minoru [mailto:[email protected]] Sent: Monday, June 23, 2014 5:13 PM To: jalee Cc: [email protected] Subject: Re: [Ryu-devel] About restAPI question for pysical po

Re: [Ryu-devel] About restAPI question for pysical port status

2014-06-23 Thread takahashi.minoru
On Mon, 23 Jun 2014 15:15:18 +0800 jalee wrote: > Hi All, > > I have two question: > > 1.Can I use REST_API control port(physical/logical) up/down? > > 2.How can get physical/logical port/link status from REST_API? Unfortunately, neither supported. I try to make a patch. Please wait for a while

Re: [Ryu-devel] Fwd: [PATCH] bgp: add ssh_console option for bgpspeaker module

2014-06-23 Thread FUJITA Tomonori
On Mon, 23 Jun 2014 17:17:35 +0900 ISHIDA Wataru wrote: > Signed-off-by: ISHIDA Wataru > --- > ryu/services/protocols/bgp/bgpspeaker.py | 11 ++- > 1 file changed, 10 insertions(+), 1 deletion(-) Applied, thanks. --

[Ryu-devel] Fwd: [PATCH] bgp: add ssh_console option for bgpspeaker module

2014-06-23 Thread ISHIDA Wataru
Signed-off-by: ISHIDA Wataru --- ryu/services/protocols/bgp/bgpspeaker.py | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ryu/services/protocols/bgp/bgpspeaker.py b/ryu/services/protocols/bgp/bgpspeaker.py index b072600..8e33e85 100644 --- a/ryu/services/protoco

Re: [Ryu-devel] [PATCH] document: ryu.app.gui_topology

2014-06-23 Thread FUJITA Tomonori
On Mon, 23 Jun 2014 15:41:28 +0900 YAMADA Hideki wrote: > > Signed-off-by: YAMADA Hideki > --- > doc/source/configuration.rst |1 + > doc/source/gui.png | Bin 0 -> 24672 bytes > doc/source/gui.rst | 33 + > 3 files changed, 34 inserti

Re: [Ryu-devel] [PATCH 00/14] sw test tool: Add support for OpenFlow 1.4

2014-06-23 Thread FUJITA Tomonori
On Mon, 23 Jun 2014 14:38:20 +0900 Yuichi Ito wrote: > The switch test tool is now enabled to support OpenFlow 1.4. Applied, thanks a lot! -- HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Fin

[Ryu-devel] About restAPI question for pysical port status

2014-06-23 Thread jalee
Hi All, I have two question: 1.Can I use REST_API control port(physical/logical) up/down? 2.How can get physical/logical port/link status from REST_API? could you tell me how can I edit it? I use curl. Thanks, Jalee =

Re: [Ryu-devel] [ANNOUNCE] Ubuntu package (for 14.04)

2014-06-23 Thread arne_goetje
Fujita-san, Ubuntu syncs its packages from Debian, so the best way to get them into the official repository is to become a Debian Maintainer and upload them to the main Debian repository. That way they will get into Ubuntu automatically. https://www.debian.org/devel/ For current and past Ubun