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