Re: [Ryu-devel] [PATCH] remove ryu.cmd.ofa_neutron_agent from console_scripts in setup.cfg

2014-03-26 Thread YAMAMOTO Takashi
looks good to me. > No need. unnecessary because neutron's setup.py creates the script for us. YAMAMOTO Takashi > > Signed-off-by: FUJITA Tomonori > --- > setup.cfg | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/setup.cfg b/setup.cfg > index b0a0d17..6e6527f 100644 > --- a/setup.cf

[Ryu-devel] [PATCH] remove ryu.cmd.ofa_neutron_agent from console_scripts in setup.cfg

2014-03-26 Thread FUJITA Tomonori
No need. Signed-off-by: FUJITA Tomonori --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index b0a0d17..6e6527f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,6 +47,5 @@ setup-hooks = [entry_points] console_scripts = -neutron-ofagent-agent = ryu.cmd.o

Re: [Ryu-devel] Ryu Link/Topology

2014-03-26 Thread FUJITA Tomonori
Hi, On Tue, 25 Mar 2014 14:53:13 -0400 "Charles F." wrote: > I have looked at some other SDN controllers (Floodlight) that allow one to > easily get a list of links. I noticed that the MAC addresses pulled back > from the switches are not the mac addresses of the hosts. I am doing > everything i

Re: [Ryu-devel] waiting for a client to send a file and use that file to add flows

2014-03-26 Thread FUJITA Tomonori
On Wed, 26 Mar 2014 10:20:54 +0100 Windhya Rankothge wrote: > I figured it out.. I will have to use the REST API.. Thanks for the > guidance.. Yeah, I think that it's the easiest option: http://osrg.github.io/ryu-book/en/html/rest_api.html --

Re: [Ryu-devel] waiting for a client to send a file and use that file to add flows

2014-03-26 Thread Windhya Rankothge
I figured it out.. I will have to use the REST API.. Thanks for the guidance.. On Wed, Mar 26, 2014 at 7:47 AM, Windhya Rankothge wrote: > Thanks alot for the reply.. Yes I want to receive a file and add flows > according to information in the file.. Can you please elaborate more on how > to use

Re: [Ryu-devel] [PATCH 06/11] RyuApp: allow observing events without having handlers

2014-03-26 Thread FUJITA Tomonori
On Wed, 26 Mar 2014 15:39:30 +0900 (JST) yamam...@valinux.co.jp (YAMAMOTO Takashi) wrote: >> On Wed, 26 Mar 2014 14:13:24 +0900 (JST) >> yamam...@valinux.co.jp (YAMAMOTO Takashi) wrote: >> On Wed, 26 Mar 2014 14:00:07 +0900 (JST) yamam...@valinux.co.jp (YAMAMOTO Takashi) wrote: >>