Re: [Ryu-devel] LLDP Packet For Wireless Network

2018-09-12 Thread Soe Ye Htet
Dear IWAMOTO, Thanks you very much for your reply. I will share the experience after varying this value. There is another question from me too. Can we apply LLDP packet for software defiend wireless network. That part is really confused to me as I see that LLDP packet is mainly used in wired netwo

Re: [Ryu-devel] LLDP Packet For Wireless Network

2018-09-12 Thread IWAMOTO Toshihiro
On Wed, 12 Sep 2018 17:02:51 +0900, Soe Ye Htet wrote: > I have read about that LLDP Packet is mainly used in a wired network in > order to detect the link failure. However, in my case, I am also trying to > detect the wireless link failure with LLDP Packet. I generate LLDP Packet > by command line

[Ryu-devel] [PATCH] app/ofctl: fix possible deadlock when the datapath disconnects

2018-09-12 Thread Atzm Watanabe
Signed-off-by: Atzm Watanabe --- ryu/app/ofctl/service.py | 20 +--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/ryu/app/ofctl/service.py b/ryu/app/ofctl/service.py index ce60495..08ee75b 100644 --- a/ryu/app/ofctl/service.py +++ b/ryu/app/ofctl/service.py @@ -1

Re: [Ryu-devel] Help with auth in Ryu Controller

2018-09-12 Thread IWAMOTO Toshihiro
On Sun, 09 Sep 2018 06:18:54 +0900, Gabriel Kerschner wrote: > Hello. I'm building a structure with 2 Ryu controllers. I'm trying to > implement authentication between controllers using Shibboleth IdP. Do you > have any documentation regarding the preparation of the drivers to provide > authenticat

Re: [Ryu-devel] bgp announcements and protocol modifies

2018-09-12 Thread IWAMOTO Toshihiro
On Thu, 06 Sep 2018 22:51:00 +0900, Rinaldo Buratti wrote: > Dear all, > > I'm interest on modify some bgp announcements. In particular i want to add > to an existing announcement an extended community, how can i do that? I don't have much experience in this field. Some Extended communities are

[Ryu-devel] LLDP Packet For Wireless Network

2018-09-12 Thread Soe Ye Htet
Dear RYU Team, I have read about that LLDP Packet is mainly used in a wired network in order to detect the link failure. However, in my case, I am also trying to detect the wireless link failure with LLDP Packet. I generate LLDP Packet by command line ryu-manager --observe-links. I have observed t

Re: [Ryu-devel] Memory Error in RYU Controller

2018-09-12 Thread Soe Ye Htet
Dear IWAMOTO, Thanks for your reply. I think that the memory is full due to packet-in messages from OpenFlow switch. Now, I have set to send packet-in message only with maximum length 100 and currently I do not face the memory error. Best Regards, Soe Ye Htet On Wed, Sep 12, 2018 at 1:26 PM IWAM