Re: [Ryu-devel] How to get the MAC address of all ports for each switch connected to the controller.

2016-04-20 Thread Pynbiang Hadem
Thanks Iwase, very helpful and appropriate example indeed. Thanks Hadem On Thu, Apr 21, 2016 at 6:32 AM, Iwase Yusuke wrote: > Hi, > > With EventOFPSwitchFeatures, Ryu notify receiving OFPT_FEATURES_REPLY > messages. > In this OpenFlow (ver 1.3) message, there is no field about the port > numb

Re: [Ryu-devel] How to get the MAC address of all ports for each switch connected to the controller.

2016-04-20 Thread Iwase Yusuke
Hi, With EventOFPSwitchFeatures, Ryu notify receiving OFPT_FEATURES_REPLY messages. In this OpenFlow (ver 1.3) message, there is no field about the port number. If you want to get the port information at starting of switch connection, how about using dpset.EventDP instead? https://github.com/o

Re: [Ryu-devel] Ryu Application

2016-04-20 Thread Iwase Yusuke
Hi, For sample application of Ryu, please refer to the following. https://github.com/osrg/ryu/tree/master/ryu/app If you want to build you own Ryu Application, the followings might be helpful. http://ryu.readthedocs.org/en/latest/developing.html http://osrg.github.io/ryu-book/en/html/ind