Re: [Ryu-devel] Some questions about switch buffer and deleteting Rules

2016-10-03 Thread Iwase Yusuke
Hi, On 2016年10月04日 11:04, illlusioner77367 . wrote: > Hi > > Recently I find out some problems during the development of a Ryu's > application. > > The first problem I found out is I don't know how to enable the buffering > in the SDN switch. > > Basically most of the time when adding a rule we us

[Ryu-devel] Some questions about switch buffer and deleteting Rules

2016-10-03 Thread illlusioner77367 .
Hi Recently I find out some problems during the development of a Ryu's application. The first problem I found out is I don't know how to enable the buffering in the SDN switch. Basically most of the time when adding a rule we use OFP_NO_BUFFER to tell the switch not to buffer the packet . I try

[Ryu-devel] some questions

2015-05-14 Thread hyq
Hello,sorry to distrub you,I am a postgraduate.Recently,I read ryu code and encounter some confusion.Please help me solve these problems. In the module of ryu.base.app_manager,there is a function named run_apps.It notes that """Run a set of Ryu applications. A convenient method to load an

Re: [Ryu-devel] Some Questions about topology discovery

2014-12-28 Thread Minoru TAKAHASHI
Hi, On 2014年12月25日 00:18, 黃基城 wrote: > Hello, > > I want to ask some questions about the api of the topology. > Today, I want to use the api get_link(), but it always returns the > empty list. > I want to know why it always returns the empty list. > Thank you~ do you ha

Re: [Ryu-devel] Some Questions about topology discovery

2014-12-27 Thread FUJITA Tomonori
On Wed, 24 Dec 2014 23:18:15 +0800 黃基城 wrote: > I want to ask some questions about the api of the topology. > Today, I want to use the api get_link(), but it always returns the > empty list. > I want to know why it always returns the empty list. I guess that you don't use "--o

Re: [Ryu-devel] Some Questions about topology discovery

2014-12-27 Thread 黃基城
So that's how it is. I understand soon after your explanation. Thank you so much~ 2014-12-28 13:57 GMT+08:00 FUJITA Tomonori : > On Wed, 24 Dec 2014 23:18:15 +0800 > 黃基城 wrote: > > > I want to ask some questions about the api of the topology. > > Today, I want to use the api get_lin

[Ryu-devel] Some Questions about topology discovery

2014-12-24 Thread 黃基城
Hello, I want to ask some questions about the api of the topology. Today, I want to use the api get_link(), but it always returns the empty list. I want to know why it always returns the empty list. Thank you~ best wish, Tony