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
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
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
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
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
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
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