Re: [Ryu-devel] Create OF Event

2016-04-05 Thread ????-????
il: [email protected] [email protected] Homepage: http://www.muzixing.com -- Original -- From: "Rajasekaran, Monica";; Date: Wed, Apr 6, 2016 00:48 AM To: "[email protected]"; Subject: [Ryu-devel] Create OF Event

Re: [Ryu-devel] Create OF Event

2016-04-05 Thread jo jaafar
i have the same question in my mind. do i need to run ryu or ryu manager instead? Regards. On Wed, Apr 6, 2016 at 8:44 AM, Iwase Yusuke wrote: > Hi, > > OpenFlow events defined in ofp_event.py is automatically generated when > Ryu starting up. > > http://ryu.readthedocs.org/en/latest/ryu_app_a

Re: [Ryu-devel] Create OF Event

2016-04-05 Thread Iwase Yusuke
Hi, OpenFlow events defined in ofp_event.py is automatically generated when Ryu starting up. http://ryu.readthedocs.org/en/latest/ryu_app_api.html#openflow-event-classes So, it can not be found when you are coding. IDE may raise warning, but no problem. Thanks, Iwase On 2016年04月06日 01:48, R

[Ryu-devel] Create OF Event

2016-04-05 Thread Rajasekaran, Monica
Hi, How do I create a new type of OF Event ? I see that there is a definition for Openflow events in ofp_event.py, but I do not know how to add a new one as it seems like based on the OF version, the modules are pulled and generated. Any help is appreciated. Thanks. --