Re: [Ryu-devel] Switch feature request

2014-04-20 Thread FUJITA Tomonori
On Thu, 17 Apr 2014 18:57:35 +0200 Hanieh Rajabi wrote: > As I explained before in my project I should add some extra functionality > to the ryu controller in order to handle this feature in my openflow > switch. > So in this direction in ofproto_v1_3.py and ofproto_v1_3_parser.py I added > 2 ext

Re: [Ryu-devel] Switch feature request

2014-04-17 Thread Hanieh Rajabi
Thanks Fujita, I solved the switch feature problem but!!! As I explained before in my project I should add some extra functionality to the ryu controller in order to handle this feature in my openflow switch. So in this direction in ofproto_v1_3.py and ofproto_v1_3_parser.py I added 2 extra struct

Re: [Ryu-devel] Switch feature request

2014-04-14 Thread FUJITA Tomonori
Hi, On Fri, 11 Apr 2014 12:48:35 +0200 Hanieh Rajabi wrote: > Since I have added extra functionality to my openflow 1.3, I need the > controller app send the feature request to the switch to inquiry about the > new added feature. > But by running > > @set_ev_cls(ofp_event.EventOFPSwitchFeature

[Ryu-devel] Switch feature request

2014-04-11 Thread Hanieh Rajabi
Hi all, I am a newbie in developing an application using Ryu. Since I have added extra functionality to my openflow 1.3, I need the controller app send the feature request to the switch to inquiry about the new added feature. But by running @set_ev_cls(ofp_event.EventOFPSwitchFeatures, CONFIG_DI