Re: [Ryu-devel] Informing the controller about the first switch Datapath and port number which connected to the host.

2018-03-28 Thread Iwase Yusuke
Message- From: Iwase Yusuke [mailto:iwase.yusu...@gmail.com] Sent: Friday, March 23, 2018 8:34 AM To: Soliman Awad Alshra´a Abdullah TU Ilmenau Cc: ryu-devel@lists.sourceforge.net Subject: Re: [Ryu-devel] Informing the controller about the first switch Datapath and port number which connected to

Re: [Ryu-devel] Informing the controller about the first switch Datapath and port number which connected to the host.

2018-03-26 Thread Soliman Awad Alshra´a Abdullah TU Ilmenau
nt: Friday, March 23, 2018 8:34 AM To: Soliman Awad Alshra´a Abdullah TU Ilmenau Cc: ryu-devel@lists.sourceforge.net Subject: Re: [Ryu-devel] Informing the controller about the first switch Datapath and port number which connected to the host. Hi Soliman, "ryu.topology" provides such feature

Re: [Ryu-devel] Informing the controller about the first switch Datapath and port number which connected to the host.

2018-03-23 Thread Iwase Yusuke
Hi Soliman, "ryu.topology" provides such feature, I guess. How about the following APIs and events? https://github.com/osrg/ryu/blob/master/ryu/topology/api.py#L38-L44 https://github.com/osrg/ryu/blob/e6773539b546576c13f7397769d2001c46bbfdaa/ryu/topology/event.py#L169-L186 If you want to impleme

[Ryu-devel] Informing the controller about the first switch Datapath and port number which connected to the host.

2018-03-21 Thread Soliman Awad Alshra´a Abdullah TU Ilmenau
Hello Dears, In my topology, I should send packets from the host to a Ryu controller through many switches. I need to inform the controller about the first switch Datapath and port number which connected to the host. Any idea or advice ? Thanks in advance