Re: [Ryu-devel] [PATCH v3 1/3] add firewall Ryu application

2013-04-01 Thread watanabe.fumitaka
Hi, I will document those as a rst file. thanks. (2013年04月02日 14:26), Isaku Yamahata wrote: > Hi, can you document those somewhere? > It would be very helpful for those who want to give it a try. > > thanks, > > On Tue, Apr 02, 2013 at 11:12:28AM +0900, watanabe.fumitaka wrote: >> hi, >> >> 1.

Re: [Ryu-devel] [PATCH v3 1/3] add firewall Ryu application

2013-04-01 Thread Isaku Yamahata
Sounds good idea! On Tue, Apr 02, 2013 at 03:04:01PM +0900, FUJITA Tomonori wrote: > On Tue, 2 Apr 2013 14:26:33 +0900 > Isaku Yamahata wrote: > > > Hi, can you document those somewhere? > > It would be very helpful for those who want to give it a try. > > How about having 'SDN applicaiton exam

Re: [Ryu-devel] [PATCH v3 1/3] add firewall Ryu application

2013-04-01 Thread FUJITA Tomonori
On Tue, 2 Apr 2013 14:26:33 +0900 Isaku Yamahata wrote: > Hi, can you document those somewhere? > It would be very helpful for those who want to give it a try. How about having 'SDN applicaiton examples' page on our wiki? - OpenStack - Firewall - Packet inspection - REST ofctl (maybe) ?

Re: [Ryu-devel] [PATCH v3 1/3] add firewall Ryu application

2013-04-01 Thread Isaku Yamahata
Hi, can you document those somewhere? It would be very helpful for those who want to give it a try. thanks, On Tue, Apr 02, 2013 at 11:12:28AM +0900, watanabe.fumitaka wrote: > hi, > > 1. Following is a list of REST methods > and request body format: > > > # get status of all firewall swit

Re: [Ryu-devel] [PATCH 3/5] topology: Add REST API

2013-04-01 Thread Nikhil
Hello Fujita, Which switch are you using? i am using open vSwitch branch version (mpls-of1.2 from osrg) [in github.com]. This version seems to 1.1+ and while trying topology using rest APIs I am getting *cannot send lldp packet. unsupported version. 3.* * * Please help me. Best Regards, Nikhilk

Re: [Ryu-devel] [PATCH 2/2] Minor changes to support IPv6 src/dst in NXM.

2013-04-01 Thread can.
Then how about this: >From 3e29f270b921ed871d9cbc8b80d275c9fe19e96f Mon Sep 17 00:00:00 2001 From: Can Zhang Date: Tue, 2 Apr 2013 11:45:20 +0800 Subject: [PATCH] Changed pack string of IPv6 address in NXM from former '!4I' to '!8H'. Registered IPv6 src/dst field header so we could parse I

Re: [Ryu-devel] [PATCH v3 1/3] add firewall Ryu application

2013-04-01 Thread watanabe.fumitaka
hi, 1. Following is a list of REST methods and request body format: # get status of all firewall switches # GET /firewall/module/status # set enable the firewall switches # PUT /firewall/module/enable/{switch-id} # {switch-id} is 'all' or switchID # set disable the firewall switches # PUT

Re: [Ryu-devel] Some random(?) errors

2013-04-01 Thread FUJITA Tomonori
On Thu, 21 Mar 2013 19:03:55 +0900 Isaku Yamahata wrote: > Thank you for the packet capture. > It looks like the switch sends malfold OF packets. What switch are you using? > I attached the patch which improve an error message. Can you please test it? > >> OpenFlow Protocol >> Header >>

Re: [Ryu-devel] [PATCH 0/2] add snort_alert support

2013-04-01 Thread FUJITA Tomonori
On Mon, 25 Mar 2013 16:39:24 +0900 OHMURA Kei wrote: > Hi, these patches implement snort_alert parser and snort_alert > monitoring library. I think that it is important for Ryu to > collaborate with security tools such as snort. > > OHMURA Kei (2): > snort: add snort_alert parser > snort: ad

Re: [Ryu-devel] [PATCH 2/2] Minor changes to support IPv6 src/dst in NXM.

2013-04-01 Thread FUJITA Tomonori
On Mon, 1 Apr 2013 15:35:31 +0800 "can." wrote: > Here is a traceback I got: > -- > > Error in the datapath 1 from ('10.109.242.118', 65457) > Traceback (most recent call last): > File "build/bdist.macosx-10.8-intel/egg/gevent/greenlet.py", line 390, in > run > result = self._run(*sel

[Ryu-devel] Ryu 1.8 released

2013-04-01 Thread FUJITA Tomonori
Hi, The new features are netconf, ofconfig, topology service (lldp support included), and firewall application. There are lots of bug fixes. Also we has worked on docs (added tutorial, updated OpenStack doc). Thanks! = Can Zhang (3): of1.0: fix NXActionHeader typo support parse OFPA

Re: [Ryu-devel] [PATCH] rest_firewall: fix comments

2013-04-01 Thread FUJITA Tomonori
On Mon, 1 Apr 2013 15:01:03 +0900 YAMAMOTO Takashi wrote: > > Signed-off-by: YAMAMOTO Takashi > --- > ryu/app/rest_firewall.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied. -- Own the Future-I

Re: [Ryu-devel] [PATCH] topology/dumper: fix RyuApp.__init__ signature

2013-04-01 Thread FUJITA Tomonori
On Mon, 1 Apr 2013 15:13:50 +0900 YAMAMOTO Takashi wrote: > so that this is at least instantiatable. > > Signed-off-by: YAMAMOTO Takashi > --- > ryu/topology/dumper.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied, thanks. --

Re: [Ryu-devel] [PATCH] doc: fix a program name.

2013-04-01 Thread FUJITA Tomonori
On Mon, 1 Apr 2013 19:17:34 +0900 YAMAMOTO Takashi wrote: > > Signed-off-by: YAMAMOTO Takashi > --- > doc/source/man/ryu_client.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/source/man/ryu_client.rst b/doc/source/man/ryu_client.rst > index 1f43916..522f3c9

[Ryu-devel] [PATCH] doc: fix a program name.

2013-04-01 Thread YAMAMOTO Takashi
Signed-off-by: YAMAMOTO Takashi --- doc/source/man/ryu_client.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/man/ryu_client.rst b/doc/source/man/ryu_client.rst index 1f43916..522f3c9 100644 --- a/doc/source/man/ryu_client.rst +++ b/doc/source/man/ryu_client.rs

Re: [Ryu-devel] [PATCH v3 1/3] add firewall Ryu application

2013-04-01 Thread YAMAMOTO Takashi
hi, > +# set a rule to the firewall switches > +# POST /firewall/rules/{switch-id} > +# {switch-id} is 'all' or switchID how the request body looks like? can you give me a few examples? YAMAMOTO Takashi -- Own the Futu

Re: [Ryu-devel] [PATCH 2/2] Minor changes to support IPv6 src/dst in NXM.

2013-04-01 Thread can.
Here is a traceback I got: -- Error in the datapath 1 from ('10.109.242.118', 65457) Traceback (most recent call last): File "build/bdist.macosx-10.8-intel/egg/gevent/greenlet.py", line 390, in run result = self._run(*self.args, **self.kwargs) File "/Library/Python/2.7/site-packages/r