Re: [Ryu-devel] help with ryu config

2014-06-03 Thread Yoshihiro Kaneko
Hi, 1. ryu.app.ofp_rest (ofctl_rest?) is not necessary. The ryu-agent's error occurred because neutron-server died or not started. 2. The error of neutron-server means that connection with Ryu controller failed. ryu-manager must be started before neutron-server. 3. The cause of the timeout of t

Re: [Ryu-devel] Ryu and Zookeeper

2014-06-03 Thread Dr. Jose Manuel Ballester
- Original Message - From: "FUJITA Tomonori" To: Cc: Sent: Tuesday, June 03, 2014 3:51 PM Subject: Re: [Ryu-devel] Ryu and Zookeeper > On Mon, 2 Jun 2014 16:26:38 -0600 > "Dr. Jose Manuel Ballester" wrote: > Hi!! I asked a few days ago what is Zookeeper for, and now I know it detect

Re: [Ryu-devel] [PATCH 3/3] bgp: add JSON RPC API

2014-06-03 Thread YAMAMOTO Takashi
> On Mon, 2 Jun 2014 11:18:54 +0900 (JST) > [email protected] (YAMAMOTO Takashi) wrote: > >>> +@rpc_public('core.start') >>> +def _core_start(self, as_number=64512, router_id='10.0.0.1'): >> >>> +@rpc_public('neighbor.create') >>> +def _neighbor_create(self, ip_address='192.

Re: [Ryu-devel] ryu-IGMP

2014-06-03 Thread Yuichi Ito
Hi Amjad, Thank you for providing information. Unfortunately, I could not reproduce the problem. Looking at the log file you attached, I think the program worked good. > >> [snoop][DEBUG] > igmp(address='225.0.1.37',csum=2010,maxresp=0,msgtype=22) > >> [snoop][INFO] SW=7e180dce0b47

Re: [Ryu-devel] Time for a flow rule to be installed

2014-06-03 Thread Windhya Rankothge
Thanks alot for the reply and can you please elaborate more on how to get the statistics from switch side On Tue, Jun 3, 2014 at 11:54 PM, FUJITA Tomonori < [email protected]> wrote: > On Mon, 2 Jun 2014 19:17:49 +0200 > Windhya Rankothge wrote: > > > Objective of my experiments are

Re: [Ryu-devel] [PATCH 3/3] bgp: add JSON RPC API

2014-06-03 Thread FUJITA Tomonori
On Mon, 2 Jun 2014 11:18:54 +0900 (JST) [email protected] (YAMAMOTO Takashi) wrote: >> +@rpc_public('core.start') >> +def _core_start(self, as_number=64512, router_id='10.0.0.1'): > >> +@rpc_public('neighbor.create') >> +def _neighbor_create(self, ip_address='192.168.177.32'

Re: [Ryu-devel] Time for a flow rule to be installed

2014-06-03 Thread FUJITA Tomonori
On Mon, 2 Jun 2014 19:17:49 +0200 Windhya Rankothge wrote: > Objective of my experiments are to check the delay caused by installing new > rules. I would like to calculate the time for a new rule to be installed in > a large topology (data center topology). As per my understanding I have to > cal

Re: [Ryu-devel] Ryu and Zookeeper

2014-06-03 Thread FUJITA Tomonori
On Mon, 2 Jun 2014 16:26:38 -0600 "Dr. Jose Manuel Ballester" wrote: > Hi!! I asked a few days ago what is Zookeeper for, and now I know it detects > a controller failure but... > Does Zookeeper also notifies the other controller so it can send > Role-Request messages and change its role to Mas

[Ryu-devel] Ryu 3.10 released

2014-06-03 Thread FUJITA Tomonori
Hi, This release includes: - bgp improvement - websocket API support - QoS application - group table tests in OF switch suite Enjoy! = Chiu,Cheng-Han (1): tester: let each attribute of meter had a chance to be compared. FUJITA Tomonori (6): bgp: use host's ssh host key if not speci

Re: [Ryu-devel] [PATCH] doc: add test-vrrp page

2014-06-03 Thread FUJITA Tomonori
On Wed, 28 May 2014 18:47:05 +0900 Yoshihiro Kaneko wrote: > port from wiki page. > > Signed-off-by: Yoshihiro Kaneko > --- > doc/source/index.rst |1 + > doc/source/test-vrrp.rst | 217 > ++ > doc/source/tests.rst |7 ++ > 3 files

Re: [Ryu-devel] Fwd: [PATCH] packet/bgp: add route distinguisher classes and refine codes

2014-06-03 Thread FUJITA Tomonori
On Mon, 02 Jun 2014 11:44:34 +0900 ISHIDA Wataru wrote: > Signed-off-by: ISHIDA Wataru > --- > ryu/lib/packet/bgp.py| 318 > +- > ryu/services/protocols/bgp/info_base/base.py |2 +- > ryu/tests/unit/packet/test_bgp.py|8 +- >

Re: [Ryu-devel] [PATCH 1/2] ofctl_v1_2: fix errors of get_flow_stats

2014-06-03 Thread FUJITA Tomonori
On Mon, 02 Jun 2014 14:02:10 +0900 "takahashi.minoru" wrote: > following match fields caused an exception at get_flow_stats command: > > ipv6_nd_sll, ipv6_nd_tll > > this patch fixes this problem. > > Signed-off-by: TAKAHASHI Minoru > --- > ryu/lib/ofctl_v1_2.py |2 ++ > 1 file changed

Re: [Ryu-devel] [PATCH] doc: add test-of-config-with-linc page

2014-06-03 Thread FUJITA Tomonori
On Mon, 2 Jun 2014 19:24:22 +0900 Yoshihiro Kaneko wrote: > port from wiki page. > > Signed-off-by: Yoshihiro Kaneko > --- > doc/source/test-of-config-with-linc.rst | 1779 > +++ > doc/source/tests.rst|1 + > 2 files changed, 1780 insertion

[Ryu-devel] Leader of the aluminum market

2014-06-03 Thread Tom Tang
Dear Sir/Madam: 1. We Are the well-known brand in China and produce more than 10 tons of aluminum profiles each year. 2. We can provide you with competitive prices, excellent quality, good service, financial support. Please kindly give me a reply. Best Regards Tom Tang ***

[Ryu-devel] Ryu and Zookeeper

2014-06-03 Thread Dr. Jose Manuel Ballester
Hi!! I asked a few days ago what is Zookeeper for, and now I know it detects a controller failure but... Does Zookeeper also notifies the other controller so it can send Role-Request messages and change its role to Master? Thanks a lot!! -- Este mensaje le ha llegado mediante el servicio de

Re: [Ryu-devel] [PATCH] fix failure of instantiating app

2014-06-03 Thread YAMADA Hideki
I have found same problem when I use rest_topology and ws_topology. And this patch fixed it. (2014/05/29 13:40), Yoshihiro Kaneko wrote: > For example, app-A has app-X in CONTEXTS, and app-B depends on app-X as > SERVICE. When app-B is specified in the app-lists before app-A, the > instantiating

Re: [Ryu-devel] ryu-IGMP

2014-06-03 Thread Yuichi Ito
Hi, I will construct the same environment you use using mininet. Could you tell me the following informations? - result of 'sudo ovs-vsctl list Bridge' - result of 'sudo ovs-vsctl list Port' - results of 'sudo ovs-ofctl dump-ports-desc (each switches)' - results of 'ifconfig' of each hosts - netw